SysCV / bdd100k-models

Model Zoo of BDD100K Dataset
https://www.bdd100k.com/
Apache License 2.0
300 stars 40 forks source link

Please tell mmcv/mmcv-full version numbers for pose estimation? #23

Closed ucalyptus2 closed 1 year ago

ucalyptus2 commented 1 year ago

I have been tearing my hair in trying to run the pose estimation because of version errors:

for your case, what was the mmcv and mmcv-full version that u used because the latest version don't work.

@d4l3k

ucalyptus2 commented 1 year ago

@thomasehuang

d4l3k commented 1 year ago

You can see what works for me at https://github.com/d4l3k/torchdrive/blob/main/requirements.txt

https://github.com/d4l3k/torchdrive/blob/main/Dockerfile.cpu#L8

thomasehuang commented 1 year ago

MMCV was recently refactored, so it is not completely compatible anymore. You can get around this by installing an older version mmcv < 2.0 (instructions here). For your reference, the versions I'm using are mmcv-full==1.5.0 and mmpose==0.18.0. I will make the upgrade to mmcv>=2.0 so it will be compatible with future versions, but that will take some time. For now, I'll update the installation instructions to avoid version issues with the current version.

Thanks @d4l3k for helping out!