Hi
I ran Front_Rear_Detect.py on Google Colab using:
!python2.7 Front_Rear_Detect.py
and I am getting this error:
Traceback (most recent call last):
File "Front_Rear_Detect.py", line 58, in <module>
FRs, cate = fr_detect(img)
TypeError: 'NoneType' object is not iterable
detecting front and rear using FRD..., Model: data/FRD/FRNet_YOLOv3.cfg
FR detection failed
Hi I ran Front_Rear_Detect.py on Google Colab using:
!python2.7 Front_Rear_Detect.py
and I am getting this error:Can you tell me how to fix this. Thank you