Hello @computervisioneng ,
Thank you very much for your tutorial, While I was running your script 'predict_video.py' I am getting this error on line 14
H, W, _ = frame.shape
Error: AttributeError: 'NoneType' object has no attribute 'shape'
Could you please help me with this, Thanks