Closed Yajsiburuth closed 4 years ago
It seems that the function is not called. I will fix it later.
@Yajsiburuth Fixed.
hello there, does demo_webcam_smooth.py can take USB camera as input, i run python demo_webcam_smooth.py
, but it throws error:
0it [00:00, ?it/s]
Traceback (most recent call last):
File "demo_webcam_smooth.py", line 124, in <module>
main(args)
File "demo_webcam_smooth.py", line 59, in main
boxes = [boxes[0]]
IndexError: list index out of range
The 3d option in demo_webcam_smooth.py only displays hollowed out green circles for all landmarks instead of the gray overlay. The 2d_dense option displays the same but with filled green circles for all landmarks.