Hello! I'm trying to change the code to realtime 3d estimation. And I found that if my camera catches no people in one frame, this code will have this error:
ValueError: cannot reshape array of size 0 into shape (0,newaxis,2)
I don't have methods to fix or pass it..... :(
This code must guarantee some people in the image?
Hello! I'm trying to change the code to realtime 3d estimation. And I found that if my camera catches no people in one frame, this code will have this error:
ValueError: cannot reshape array of size 0 into shape (0,newaxis,2)
I don't have methods to fix or pass it..... :( This code must guarantee some people in the image?