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 |
Tags
- state_dict()
- Face Pose Estimation
- Class Incremental Learning
- prompt learning
- VQ-diffusion
- CVPR2022
- ENERGY-BASED MODELS FOR CONTINUAL LEARNING
- Face Alignment
- L2P
- Mask-and-replace diffusion strategy
- CIL
- learning to prompt for continual learning
- Markov transition matrix
- Mask diffusion
- 베이지안 정리
- Img2pose
- Energy-based model
- DualPrompt
- timm
- mmcv
- learning to prompt
- Discrete diffusion
- VQ-VAE
- Class Incremental
- requires_grad
- Facial Landmark Localization
- img2pose: Face Alignment and Detection via 6DoF
- Continual Learning
- Vector Quantized Diffusion Model for Text-to-Image Synthesis
- PnP algorithm
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