Human-Segmentation-PyTorch icon indicating copy to clipboard operation
Human-Segmentation-PyTorch copied to clipboard

Traceback (most recent call last): File "inference_video.py", line 49, in <module> H, W = frame.shape[:2] AttributeError: 'NoneType' object has no attribute 'shape'

Open raniasyed opened this issue 1 year ago • 0 comments

When I am running this command: python inference_video.py --watch --use_cuda --checkpoint path_to_checkpoint/model_best.pth I get this error. How do I resolve it?

raniasyed avatar Jun 13 '24 06:06 raniasyed