Open mimslim opened 3 years ago
The config file used for this repo seems to have changed only the filters value in last conv layer before each YOLO layer.
Link to the cfg file used in this repo: https://github.com/theAIGuysCode/YOLOv4-Cloud-Tutorial/blob/master/yolov4/yolov4-obj.cfg
Does the above instruction mean that for class=1, we are to change filters to 18 in the three conv layers before each YOLO layer? Or does it mean we are to change filters to 18 in the last conv layer before each of the three YOLO layers.