ZikangZhou / HiVT

[CVPR 2022] HiVT: Hierarchical Vector Transformer for Multi-Agent Motion Prediction
https://openaccess.thecvf.com/content/CVPR2022/papers/Zhou_HiVT_Hierarchical_Vector_Transformer_for_Multi-Agent_Motion_Prediction_CVPR_2022_paper.pdf
Apache License 2.0
601 stars 118 forks source link

About no requirements.txt #39

Closed WZhijun154 closed 1 year ago

WZhijun154 commented 1 year ago

Thank you for your excellent work! I am dealing with some constraints on my company's server. It's isolated from the external internet, but we do have a well-maintained internal PyPI site. Hence, I can't use 'conda install' for dependencies. Could you provide a requirements.txt file to facilitate pip installations from our internal PyPI?

WZhijun154 commented 1 year ago

solved