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