Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Window mode and Video suppport(Separate Files) #7

Merged
merged 12 commits into from
Apr 7, 2018
Prev Previous commit
Next Next commit
Add image_detection part here
  • Loading branch information
tanakataiki authored Apr 7, 2018
commit 2f57ac515765e7b32c0a3dcce79d682eb460bef9
5 changes: 5 additions & 0 deletions yolo.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,8 @@ def detect_img(yolo):
r_image = yolo.detect_image(image)
r_image.show()
yolo.close_session()



if __name__ == '__main__':
detect_img(YOLO())