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

일반적인 Detection에 쓰이는 Metrics는 이미 너무 잘 정리되어 있는 것에 비해 Landmark Localization 에 사용되는 Metric들에 대해서는 정리가 잘 안되있는 것 같아 Facial Landmark Localization에 보편적으로 사용되는 Metric을 간단하게나마 정리하고자 한다. 1. NME (Normalized mean error) Facial Landmark Localization 에 쓰이는 가장 기초적은 Metric이다. 하단에 서술할 CED(Cumulative Error Distribution)도 AUC도 이를 기반으로 만들어진 metric으로 공식은 다음과 같다 Landmark Localization에 이를 적용하는 방법으로는 예측한 Landmark좌표 pred..
Face_analysis
2022. 5. 25. 20:08