d-j-kendall / beating_roulette

Designing a neural network to predict outcomes in roulette.
GNU Lesser General Public License v3.0
9 stars 2 forks source link

Ultralytics yolov3 won't output video file #6

Closed d-j-kendall closed 5 years ago

d-j-kendall commented 5 years ago

Edit: Look at discussion in the link to ultralytics repo below.

When running detect.py, everything seems fine, but the video will not output to the specified file name. Need to look in yolov3/detect.py to see what is happening with the vid writer object.

Once resolved patch back to main repo. This will resolve this issue Issue 243 Ultralytics Yolo

d-j-kendall commented 5 years ago

Look at discussion on main repo for submodule. Issue 243 Ultralytics Yolo

d-j-kendall commented 5 years ago

Resolved by MR 280