UAV_PyTorch_YOLOv3 icon indicating copy to clipboard operation
UAV_PyTorch_YOLOv3 copied to clipboard

Question about inference accuracy

Open VibAltekar opened this issue 5 years ago • 1 comments

I ran python3 predict.py -c config.json -i 1\ \(2\).png after downloading both backend.h5 and mainly uav_wh.h5 to the root directory.

The code seems to run fine until the detections, where it doesn't actually detect anything in that image. Is there something I'm doing wrong here?

Thanks for your help and great work!

VibAltekar avatar Jul 22 '19 10:07 VibAltekar

I ran python3 predict.py -c config.json -i 1\ \(2\).png after downloading both backend.h5 and mainly uav_wh.h5 to the root directory.

The code seems to run fine until the detections, where it doesn't actually detect anything in that image. Is there something I'm doing wrong here?

Thanks for your help and great work!

==== There must be something wrong, please check it carefully

aiesst avatar Oct 08 '19 01:10 aiesst