Hang Zhang
Hang Zhang
We do not use cfg file in this code base. Feel free to customize it for your own purpose.
Yolo typically uses darknet as the backbone. You may ask for help in [GluonCV repo](https://github.com/dmlc/gluon-cv) and see if they can offer some advice on how to do it.
ResNeSt need to use large batch size per gpu or SyncBatchNorm.
> Hi, What is the process of using RESNETST instead of RENET? https://github.com/zhanghang1989/ResNeSt#pytorch-models
See details in: https://hangzhang.org/RectifiedConv/RectifiedConv.pdf https://github.com/zhanghang1989/RFConv
I don't have this issue on my machine.
Hi, sorry about that. Wasabi cloud has a rule of limited downloading volume. I am looking for other solutions
Hi @essalim , could you download the model weights from https://dl.dropboxusercontent.com/s/x5qr07zpl9pxufw/resnest101-22405ba7.pth?dl=0
Here are the links : https://drive.google.com/file/d/1uSSvy4V7ALjousc7Tqy3tlGH7nLUijhG/view?usp=sharing https://drive.google.com/file/d/1dwMhRiuz-E7je-gK0mEFrIXp33MU2_FP/view?usp=sharing
> Can you please provide the link for resnest50 as well? The model access has been fixed. Try following the README to get pretrained models.