AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.66k stars 7.96k forks source link

Precision with different .cfg files #1686

Open Davcg5 opened 5 years ago

Davcg5 commented 5 years ago

I was wondering why I can't see the precision when I change the .cfg in the command line. For example if I run this: /darknet detector test data/obj.data cfg/yolo_objd.cfg backup/yolo_objd_280.weights data/face.jpg the precision appears but if I run this: ./darknet detector test data/obj.data cfg/yolov3-tiny_xnor.cfg backup/yolo_objd_280.weights data/face.jpg The only text that appears is the time predicted not the precision. What do I have to do to see the precision with any .cfg file

AlexeyAB commented 5 years ago
Davcg5 commented 5 years ago

My yolo_objd.cfg is only a copy of the yolov3.cfg with the little modification int he number of filters and classes. This the output when I can't see the precision proof