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.
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 callsframe_processor.py
, and theframe_processor.py
callsdetect_faces
andshow_bboxes
in the src folder. However, I can't find thedetect_faces
andshow_bboxes
code in your src folder, is the src folder you uploaded complete? Here are snippets ofdetect_faces
andshow_bboxes
called by theface.py
code in your demo folder.from src import detect_faces, show_bboxes