How transferable are features in deep neural networks?
기존의 CAM(Class Activation Map) 은 마지막 Fully Connected Layer를 Global Average Pooling으로 변경해야만 얻을 수 있다는 제약이 있음. 이 문제를 해결한 Generalized 한 Grad-CAM.
Main Idea : IoU Metric을 localization loss function으로써 사용하자.
Face Recognition는 크게 이미지에서 Face를 찾는 Face Detection 단계와 이미지의 Face와 DB 의 Face를 비교하는 단계. 크게 2 단계로 나눌 수 있다. RetinaFace는 Face Detection 하는 단계에서 사용된다. Face Detecti...
You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different wa...