AlexeyAB / darknet

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

Upgrading from v3 to v4 and changes in behaviour. #6282

Open AlasterMeehan opened 4 years ago

AlasterMeehan commented 4 years ago

Does a model or .cfg file behave the same way from v3 to v4? What changes are there to detection and training behaviors.

From what I read in the paper it seems to me that a previously trained in v3 will give the same output in v4 but with some optimization?

Training may however behave differently due to the "bag of freebies"?

In some cases we may not use some of the features in the "bag of freebies", for example orientation may be an important part of object classification and rotation distortions would spoil this. Is there any documentation for controlling these parameters and what the defaults are?

AlexeyAB commented 4 years ago