zhreshold / mxnet-yolo

YOLO: You only look once real-time object detector
MIT License
239 stars 88 forks source link

Saving Output Image in the Python #17

Open ishansan opened 7 years ago

ishansan commented 7 years ago

Hi. I am pretty new to YOLO implementation. I was wondering which function I could call to save the output image/video to a directory?

The output image would contain the detected boundaries.

zhreshold commented 7 years ago

use matplotlib savefig function

ishansan commented 7 years ago

Yes @zhreshold . But how to do we retrieve the image with predicted boundaries before saving?