Open DDEONSIK opened 7 months ago
Problem Cause: The git checkout version of mmdet3d was not matched. Thought I had to match the gitcheckout version for CUDA 11.3 and Torch 1.10.1. But it was related to mmcv. Workaround: I set the git checkout version to 0.17.1, rerouted it, and reinstalled the files.
cd ~
git clone https://github.com/open-mmlab/mmdetection3d.git
cd mmdetection3d
git checkout v0.17.1
pip install scipy==1.7.3
pip install scikit-image==0.20.0
pip install -v -e .
I also processed the code below in the "../mmdetection3d/requirements/runtime.txt" path.
#networkx>=2.2,<2.3
#numpy<1.20.0
In subsequent execution, it is estimated that there will be a problem with the input data. Estimated to add a few lines of code to the path. .. /UniAD/projects/stage1_track_map/base_track_map.py".
Please solve the MMCV version problem, thank you.
I am also considering the issue of the giteckout version.
ERROR
###############################################################
Ubuntu Ver: 20.04 / CUDA 11.3 / cudatoolkit=11.3 / Torch=1.10.1 / Python 3.8.19
###############################################################
Annotation processing for error resolution
.. /mmdetection3d/requirements/runtime.txt
###############################################################
Process
env setting -- hhhhh
cd root/uuuuu/jjjjj/data/project/yyyyy ctrl+shift+p : >select interpreter : hhhhh
Torch install - cudatoolkit=11.3 / Torch=1.10.1
install mmcv
install mmdet, mmseg
install mmdet3d
install UniAD
install pretrained weights
nuScenes data
Evaluation Example
###############################################################
I understand that Ubuntu is installed in the 20.04 version.
python -c "from mmcv.utils import collect_env; print(collect_env())"
###############################################################
pip list
###############################################################
Please solve the MMCV version problem, thank you.
I am also considering the issue of the giteckout version.