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