Closed yancx8 closed 6 months ago
you should download Map expansion in https://www.nuscenes.org/nuscenes, and put them in maps folder.
Thank you very much! I have read the note for xformers installation, but i don't know how to install the customized version of xformers with Pytorch==1.10.2。 Looking forward to your reply, thanks!
It is compatible with Pytorch==1.10.2, just follow the steps of the author.
cd ${floder of xformers}; pip -vvv install .
Thank you. I have trird to cd ${floder of xformers}; pip -vvv install .
but raise error "No such file or directory: '/code/third_party/xformers/xformers/version.py', i didn't find the version.py, have you meet the same problem?
I have solve the problem. Before installing xformer, you should cd /root/miniconda3/envs/magicdrive/lib/python3.8/subprocess.py
, line425, change check=True to check=False.
But wneh i train with nuscenes mini, raise error:packaging.version.InvalidVersion: Invalid version: '0.0.19+.d20240506'
Definitely, it is because you are downloading the zip rather than cloning this project repo.
Please check #8.
Thank you for your good job!! I tried to use nusenes mini to run a training demo, but raise error "No such file or directory: 'data/nuscenes/maps/expansion/singapore-onenorth.json', so i wonder if this version can only train on full nuscenes dataset? "