L2CS-Net icon indicating copy to clipboard operation
L2CS-Net copied to clipboard

ValueError Attempting to Process Frames Without Faces

Open kbvatral opened this issue 2 years ago • 0 comments
trafficstars

Running into a numpy ValueError: need at least one array to stack when running the pipeline on a frame of video that has no faces detected. Seems to point back to line 90 in the Pipeline file: pitch, yaw = self.predict_gaze(np.stack(face_imgs)). Using Numpy 1.24.3

My guess is that this is due to face_imgs being an empty list when there are no detected faces. Working on a fix in my fork and will PR when complete.

kbvatral avatar Sep 28 '23 16:09 kbvatral