wkentaro / chainer-mask-rcnn

Chainer Implementation of Mask R-CNN. (Training code to reproduce the original result is available.)
MIT License
55 stars 18 forks source link

Printing the file name in evaluator.py / evaluate_common.py #27

Closed ghost closed 5 years ago

ghost commented 6 years ago

Hi, Is it possible to print the image name to a log file during inference? or even better, print the image name on the image itself? Thanks,

wkentaro commented 6 years ago

You mean write filenames on the latest.jpg?

ghost commented 6 years ago

Yes, instead of 'iteration=best'+str(ii)+'.jpg' I want real_file_name

wkentaro commented 6 years ago

Maybe you can change demo.py for that. I think it is out of the scope of evaluate.py. What do you think?