You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the DFDC dataset running the detect_face.py file ,I got the ValueError problem.It seems to be that the detector may not return boxes for all frames, causing to contain values or sequences of different lengths.Then the program cannot convert a list of varying-length sequences into a numpy array. How can I do to solve the problem.I would be appreciated if you can help solve the problem!