hustvl / VAD

[ICCV 2023] VAD: Vectorized Scene Representation for Efficient Autonomous Driving
https://arxiv.org/abs/2303.12077
Apache License 2.0
642 stars 63 forks source link

Hard to install #13

Closed PointsCoder closed 1 year ago

PointsCoder commented 1 year ago

Hi,

Thanks for your great work. I found it hard to install all the packages, because PyPI tried to install the latest versions of all packages if not specified. Some installed packages are not compatible with the mmdet version 0.17 (seems to be an old version).

Would you mind exporting all package versions to requirements.txt? Like this: pip freeze > requirements.txt or conda list -e > requirements.txt

In this way I can install the correct versions of all packages. Thanks!

rb93dett commented 1 year ago

Thanks for the suggestion :) we have updated the requirements.txt. Please take a look.