Thanks to your program, I was able to successfully train and detect using my own dataset.
Now that I can detect it from the video by running yolo_video.py, how can I rewrite the program to save each image that appears in the result?
cv2.imwrite ('d / study_data / keras-yolo3 / result / image ('+ format (num) +'). jpg', result)
Thanks to your program, I was able to successfully train and detect using my own dataset. Now that I can detect it from the video by running yolo_video.py, how can I rewrite the program to save each image that appears in the result?
cv2.imwrite ('d / study_data / keras-yolo3 / result / image ('+ format (num) +'). jpg', result)
I added this, but I couldn't save it.