Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Face Pose Estimation
- learning to prompt
- requires_grad
- L2P
- Face Alignment
- Class Incremental
- 베이지안 정리
- mmcv
- img2pose: Face Alignment and Detection via 6DoF
- prompt learning
- Energy-based model
- Mask-and-replace diffusion strategy
- timm
- Img2pose
- Discrete diffusion
- ENERGY-BASED MODELS FOR CONTINUAL LEARNING
- Class Incremental Learning
- PnP algorithm
- VQ-VAE
- DualPrompt
- learning to prompt for continual learning
- Mask diffusion
- state_dict()
- CVPR2022
- VQ-diffusion
- Markov transition matrix
- Vector Quantized Diffusion Model for Text-to-Image Synthesis
- CIL
- Facial Landmark Localization
- Continual Learning
Archives
- Today
- Total
목록mmcv (1)
Computer Vision , AI
MMCV 인식 불가 시
# mmcv 2.0 이하 버전에 해당 우선 깔려 있는 mmcv를 pip으로 지운다.pip uninstall mmcvorpip uninstall mmcv-full 이후 버전을 명시하여 새로 mmcv를 설치한다.pip install mmcv-full==1.4.4 -f https://download.openmmlab.com/mmcv/dist/cu113/torch1.10/index.html https://download.openmmlab.com/mmcv/dist/cu113/torch1.10/index.html download.openmmlab.com pip으로 설치하되 뒤에 버전 명시를 해주어야함 버전 명시 예시https://download.openmmlab.com/mmcv/dist/cu{쿠다버전}/torch{..
備忘錄
2024. 8. 7. 09:55