IDEA-Research / DWPose

"Effective Whole-body Pose Estimation with Two-stages Distillation" (ICCV 2023, CV4Metaverse Workshop)
Apache License 2.0
2.27k stars 144 forks source link

CSPNeXt is not defined in this github #91

Open CatDroid opened 3 months ago

CatDroid commented 3 months ago

branch: onnx DWPose\mmpose\mmpose\models\backbones no file or backbone is CSPNeXt ?

but config file 'DWPose\mmpose\configs\wholebody_2d_keypoint\rtmpose\ubody\rtmpose-l_8xb64-270e_coco-ubody-wholebody-256x192.py' use CSPNeXt as backbone ?

CatDroid commented 3 months ago

I found CSPNeXt is defined in mmpose github: https://github.com/open-mmlab/mmpose/blob/main/mmpose/models/backbones/cspnext.py and wiki https://mmpose.readthedocs.io/zh-cn/latest/api.html#mmpose.models.backbones.CSPNeXt