You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(TensorFlow-GPU) C:\Users\lkit5\Development\traffic-light-detection-module>python generate_anchors.py -c config.json
Objects omitted 19
Red light: 810
Green light: 947
1757
Traceback (most recent call last):
File "generate_anchors.py", line 152, in
main(args)
File "generate_anchors.py", line 133, in main
h, w, c = img.shape
AttributeError: 'NoneType' object has no attribute 'shape'
The text was updated successfully, but these errors were encountered:
(TensorFlow-GPU) C:\Users\lkit5\Development\traffic-light-detection-module>python generate_anchors.py -c config.json
Objects omitted 19
Red light: 810
Green light: 947
1757
Traceback (most recent call last):
File "generate_anchors.py", line 152, in
main(args)
File "generate_anchors.py", line 133, in main
h, w, c = img.shape
AttributeError: 'NoneType' object has no attribute 'shape'
The text was updated successfully, but these errors were encountered: