mirror of https://github.com/AlexeyAB/darknet.git
added gaussian documentation
I wasn't sure how to add the distinction without breaking the explanation flow, I hope I did ok...
This commit is contained in:
parent
3abbd85808
commit
d723d2cfd0
|
@ -377,7 +377,11 @@ Training Yolo v3:
|
|||
* https://github.com/AlexeyAB/darknet/blob/0039fd26786ab5f71d5af725fc18b3f521e7acfd/cfg/yolov3.cfg#L603
|
||||
* https://github.com/AlexeyAB/darknet/blob/0039fd26786ab5f71d5af725fc18b3f521e7acfd/cfg/yolov3.cfg#L689
|
||||
* https://github.com/AlexeyAB/darknet/blob/0039fd26786ab5f71d5af725fc18b3f521e7acfd/cfg/yolov3.cfg#L776
|
||||
|
||||
* when using [[`gaussian_yolo`]](https://github.com/AlexeyAB/darknet/blob/6e5bdf1282ad6b06ed0e962c3f5be67cf63d96dc/cfg/Gaussian_yolov3_BDD.cfg#L608) layers, change [`filters=57`] filters=(classes + 9)x3 in the 3 `[convolutional]` before each `[gaussian_yolo]` layer
|
||||
* https://github.com/AlexeyAB/darknet/blob/6e5bdf1282ad6b06ed0e962c3f5be67cf63d96dc/cfg/Gaussian_yolov3_BDD.cfg#L604
|
||||
* https://github.com/AlexeyAB/darknet/blob/6e5bdf1282ad6b06ed0e962c3f5be67cf63d96dc/cfg/Gaussian_yolov3_BDD.cfg#L696
|
||||
* https://github.com/AlexeyAB/darknet/blob/6e5bdf1282ad6b06ed0e962c3f5be67cf63d96dc/cfg/Gaussian_yolov3_BDD.cfg#L789
|
||||
|
||||
So if `classes=1` then should be `filters=18`. If `classes=2` then write `filters=21`.
|
||||
|
||||
**(Do not write in the cfg-file: filters=(classes + 5)x3)**
|
||||
|
|
Loading…
Reference in New Issue