YOLOv4-Cloud-Tutorial icon indicating copy to clipboard operation
YOLOv4-Cloud-Tutorial copied to clipboard

... and filters = 18 in the three convolutional layers before the YOLO layers.

Open mimslim opened this issue 4 years ago • 1 comments

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.

mimslim avatar Mar 16 '21 19:03 mimslim

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

narma-17 avatar Mar 31 '21 13:03 narma-17