AlexeyAB / darknet

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

the "difficult" option in command line #6589

Open YCAyca opened 4 years ago

YCAyca commented 4 years ago

Hi! Does anyone knows what the -difficult option means when using command line to train the model?

stephanecharette commented 4 years ago

I can see it results in paths_dif being set in detector.c on line 967. This is then used on line 1077, but I don't know the code well enough to understand the importance of replace_image_to_label() nor read_boxes().

LukeAI commented 4 years ago

bump