caffe-yolo
caffe-yolo copied to clipboard
demo app
Do you have a demo app which shows detection results with an input image?
Thanks,
Dear yeahkun,
Thank you very much for your hard work. I successfully ran the data prep/train/test steps. I agree with kaishijeng, it would be great if you had a small python example that shows results (bounding box) using an input image.
Thanks, David
@ddemirdjian Thank you. You can check this script examples/yolo/show_det.py
Thank you very much.