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

Is Gaussian_yolo layer support for the yolov3-spp_xnor_obj.cfg in this repository ? #4333

Open nyj-ocean opened 4 years ago

nyj-ocean commented 4 years ago

Thanks for your great work! I want to combine Gaussian_YOLO with yolov3-spp_xnor_obj.cfg That means I want to use [Gaussian_yolo] instead of [yolo] in the yolov3-spp_xnor_obj.cfg . and use filters = (classes + 8 + 1) * <numbers in mask> instead of filters = (classes + 4 + 1) * <numbers in mask> in the yolov3-spp_xnor_obj.cfg . If this repository supports to train (Gaussian_YOLO+yolov3-spp_xnor_obj.cfg)? If supports,which pre-trained file should I use to train?

AlexeyAB commented 4 years ago

Yes.