penincillin / DREAM

This is the public repository for our accepted CVPR 2018 paper "Pose-Robust Face Recognition via Deep Residual Equivariant Mapping"
http://mmlab.ie.cuhk.edu.hk/projects/DREAM/
BSD 2-Clause "Simplified" License
389 stars 98 forks source link

Couldn't find 'frontal_feat_naive.bin' and 'profile_feat_naive.bin' files #41

Closed iamzhangyunlu closed 5 years ago

iamzhangyunlu commented 5 years ago

When run branch_test.py, it appears FileNotFoundError: [Errno 2] No such file or directory: '/home/sensetime/Downloads/ext_feat/data/frontal_feat_naive.bin'

penincillin commented 5 years ago

You need to prepare the extracted features and change the path to the path of your own feature

iamzhangyunlu commented 5 years ago

You need to prepare the extracted features and change the path to the path of your own feature

So I need to generate these feature files by myself, right?

penincillin commented 5 years ago

Yes, you can generate these feature use any model you like.

iamzhangyunlu commented 5 years ago

Yes, you can generate these feature use any model you like.

ok, thank you