xiaochus / YOLOv3

Keras implementation of yolo v3 object detection.
MIT License
605 stars 264 forks source link

Correct some spelling mistakes and improve the detect_video() function #11

Closed n3rdd closed 6 years ago

n3rdd commented 6 years ago

Correct some spelling mistakes such as "vedio" and improve the detect_video() function so that now it is able to detect the videos in videos/test folder one at a time and save the detected videos in videos/res folder.