caizhongang / SMPLer-X

Official Code for "SMPLer-X: Scaling Up Expressive Human Pose and Shape Estimation"
https://caizhongang.github.io/projects/SMPLer-X/
Other
975 stars 69 forks source link

what's version of mmdet? #4

Closed tszhang97 closed 1 year ago

tszhang97 commented 1 year ago

There are some errors when using mmdet. The version of mmcv is 1.7.1, and only supports mmdet 2.27.2. However, simple code like this model = init_detector(config_file, checkpoint_file, device='cuda:0') not work. So what's the version of mmdet?

caizhongang commented 1 year ago

Hi @tszhang97,

We are using

in our experiments. Hope this helps!