xslittlegrass / CarND-Vehicle-Detection

Vehicle detection using YOLO in Keras runs at 21FPS
389 stars 175 forks source link

Bounding Boxes are not Shown in the Final Image #10

Closed arcslash closed 7 years ago

arcslash commented 7 years ago

After running the script there found no bounding boxes in the output video file.Same as the input source video,tried tweaking with the threshold but no luck in that. And the boxes variable returns an empty list.

arcslash commented 7 years ago

Fixed after downgrading Keras to 1.2.2 Uninstall keras version and install downgraded version pip3 uninstall keras && pip3 install keras==1.2.2