theAIGuysCode / YOLOv4-Cloud-Tutorial

This repository walks you through how to Build and Run YOLOv4 Object Detections with Darknet in the Cloud with Google Colab.
355 stars 300 forks source link

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

Open mimslim opened 3 years ago

mimslim commented 3 years ago

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.

narma-17 commented 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