NVlabs / few_shot_gaze

Pytorch implementation and demo of FAZE: Few-Shot Adaptive Gaze Estimation (ICCV 2019, oral)
https://research.nvidia.com/publication/2019-10_Few-Shot-Adaptive-Gaze
Other
325 stars 76 forks source link

I cannot find detect_faces and show_bboxes code in the src folder.Is the src folder complete? #32

Closed Leon-Brant closed 1 year ago

Leon-Brant commented 1 year ago

Dude, thanks for coming up with the Faze model, which is now the most advanced gaze estimation model on the MPIIGaze dataset. I try to run the run_demo.py program in the demo folder, but it calls frame_processor.py, and the frame_processor.py calls detect_facesand show_bboxesin the src folder. However, I can't find the detect_facesand show_bboxes code in your src folder, is the src folder you uploaded complete? Here are snippets of detect_faces and show_bboxes called by theface.pycode in your demo folder.

from src import detect_faces, show_bboxes