sipeed / maix_train

k210(MaixPy)/V831 model example train code, include mobilenet classifier and YOLO V2 detector
https://wiki.sipeed.com/maixpy
Apache License 2.0
84 stars 40 forks source link

Pytorch YoloV2 different backbone architectures #22

Open diazGT94 opened 2 years ago

diazGT94 commented 2 years ago

Is it possible to use the other backbones described in the darknet.py file to train models? Like darkent-19 or darknet-light.

Neutree commented 2 years ago

of course you can, and actually I have did that

diazGT94 commented 2 years ago

I would like to try but I can't download the weights for the other backbones described there since I'm not in China and the weights are located in baidu . By any change you guys could upload the weights to this repo or to another cloud service so they can be downloaded?

Neutree commented 2 years ago

https://github.com/yjh0410/yolov2-yolov3_PyTorch

image

diazGT94 commented 2 years ago

I also tried through google drive but the access is restricted and the owner of the folder hasn't grant me access to it, that's why I asked for you guys if it was possible to get the files.