OpenDriveLab / ViDAR

[CVPR 2024 Highlight] Visual Point Cloud Forecasting
https://arxiv.org/abs/2312.17655
Apache License 2.0
235 stars 15 forks source link

Requesting requirements.txt #11

Closed tolgadimli closed 4 months ago

tolgadimli commented 4 months ago

Hello,

Could you please share your environment dependencies as a .txt file? Despite following your setup instructions, in the last step, I am encountering inconsistencies in the environment regarding numpy, scikit-learn, scikit-image etc.

Thanks

tomztyang commented 4 months ago

Hi,

THe requirements.txt is [attached.] requirements.txt

I simply generate the requirements.txt by pip freeze > requirements.txt on my current environment. So, you may find some absolute install path in this requirements.txt file (for mmdet3d & chamferdistance package). Just for your reference.

Btw, I may wonder, whether this code can run successfully on your machine though maybe some inconsistencies occur.

Thanks, Zetong

tolgadimli commented 4 months ago

Thanks so much, I will try and let you know.

tomztyang commented 4 months ago

I will close this issue for now, feel free to re-open it for further questions.

Thanks, Zetong