PPYOLOE_pytorch icon indicating copy to clipboard operation
PPYOLOE_pytorch copied to clipboard

Any idea of implement on MMDetection codebase?

Open cydiachen opened this issue 2 years ago • 6 comments

Thx for your excellent job. I am free to provide you with 4 * 3090 gpus to reproduce the PPYoloE results. But most of my work is based on MMDetection codebase. I wish we can reproduce the network on MMDet codebase. Look forward to hear from you.

cydiachen avatar May 06 '22 09:05 cydiachen

Thx for your excellent job. I am free to provide you with 4 * 3090 gpus to reproduce the PPYoloE results. But most of my work is based on MMDetection codebase. I wish we can reproduce the network on MMDet codebase. Look forward to hear from you.

Hi! You can train COCO2017 from scratch with my codes https://github.com/miemie2013/miemiedetection

just input these commands:

wget https://paddledet.bj.bcebos.com/models/pretrained/CSPResNetb_s_pretrained.pdparams
python tools/convert_weights.py -f exps/ppyoloe/ppyoloe_crn_s_300e_coco.py -c CSPResNetb_s_pretrained.pdparams -oc CSPResNetb_s_pretrained.pth -nc 80 --only_backbone True
CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7
python tools/train.py -f exps/ppyoloe/ppyoloe_crn_s_300e_coco.py -d 8 -b 256 -eb 16 -c CSPResNetb_s_pretrained.pth --fp16

Please refer to https://github.com/miemie2013/miemiedetection/blob/main/docs/README_PPYOLO.md for more details.

miemie2013 avatar May 16 '22 10:05 miemie2013

能通过知乎私发给我你的wechat吗? 知乎链接:https://zhuanlan.zhihu.com/p/505992733

Nioolek avatar May 16 '22 10:05 Nioolek

能通过知乎私发给我你的wechat吗? 知乎链接:https://zhuanlan.zhihu.com/p/505992733

I feel sorry to be here.

miemie2013 avatar May 17 '22 01:05 miemie2013

能通过知乎私发给我你的wechat吗? 知乎链接:https://zhuanlan.zhihu.com/p/505992733

I feel sorry to be here.

It doesn't matter I looked at your code, too. It's great

Nioolek avatar May 17 '22 01:05 Nioolek

@cydiachen I have the idea to reproduce the network on MMDet. I hope we can reproduce it together

Nioolek avatar May 17 '22 02:05 Nioolek

@cydiachen I have the idea to reproduce the network on MMDet. I hope we can reproduce it together

hello, I have contacted you on Zhihu. Feel free to contact me. I am now profreading your repo and trying on some work of deployment on your excellent work.

cydiachen avatar May 27 '22 02:05 cydiachen