AlexeyAB / darknet

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

typo error: filters=31 ? In README.md #544

Open hujunyao opened 6 years ago

hujunyao commented 6 years ago

https://github.com/AlexeyAB/darknet/blob/master/README.md#how-to-train-to-detect-your-custom-objects

So if classes=1 then should be filters=18. If classes=2 then write filters=31. If classes=2 , the filters should be 21 [ acording from "filters=(classes + 5)x3 in the 3 [convolutional] before each [yolo] layer"] is it a typo?

AlexeyAB commented 6 years ago

Yes, thanks, I fixed this typo.