WongKinYiu / CrossStagePartialNetworks

Cross Stage Partial Networks
https://github.com/WongKinYiu/CrossStagePartialNetworks
894 stars 172 forks source link

Custom object detetcion training using CSP backbones ? #53

Open SanKumSan opened 2 years ago

SanKumSan commented 2 years ago

Hi,

I am not sure how the custom object detection training should be done similar to yoloV3 or yolov4 using darknet framework and darknet weights, but with CSP backbones.

I would like to use the CSP backbones for example, CSPResNeXt50-PANet-SPP | 608×608 | with AP50 = 65.4 | and has corresponding cfg and weight files to download.

Is the procedure same as with the yolo with darknet weights? Please write me the steps or the approach to use CSP backbones.

Thanks