Pytorch-yolov3: why did I get nothing after running python3 detect.py --image_folder /data/samples

Created on 10 Sep 2018  路  3Comments  路  Source: eriklindernoren/PyTorch-YOLOv3

Here is the result , it seems no image has been detect.

Namespace(batch_size=1, class_path='data/coco.names', conf_thres=0.8, config_path='config/yolov3.cfg', image_folder='/data/samples', img_size=416, n_cpu=8, nms_thres=0.4, use_cuda=True, weights_path='weights/yolov3.weights')

Performing object detection:

Saving images:

Most helpful comment

using data/samples instead of /data/samples

All 3 comments

using data/samples instead of /data/samples

@qxye thank you. problem solved

using /data/samples, I got nothing.

Was this page helpful?
0 / 5 - 0 ratings