FLIP
FLIP copied to clipboard
Frame generated with MTCNN
Hi, thank you for your amazing work.
Currently i would like to reproduce the results. I notice that during my dataset preprocessing, if the selected frame using the protocol stated
only sample two frames: frame[6] and frame[6+math.floor(total_frames/2)]
what if on selected frame, the MTCNN do not detect any face, what is your approach in that scenario?
As your code required to have frame0 and frame1. thanks