Pytorch=1.8.1
CUDA=11.2
- NVIDIA RTX A6000 48G
- mmcv==1.4.0 (https://github.com/open-mmlab/mmcv)
- mmdet (https://github.com/open-mmlab/mmdetection)
- mmseg (https://github.com/open-mmlab/mmsegmentation)
- mmdet3d==1.17.1 (https://github.com/open-mmlab/mmdetection3d)
- Link
mmdetection3d
toEgo3RT/mmdetection3d
.
- Following mmdet3d to process the data.
- Link
mmdetection3d/data/
toEgo3RT/data/
- Following DETR3D to get FCOS pretrain weight.
- Your working directory should be
Ego3RT
|- build
|- data
|- nuscenes
|- mmdetection3d
|- pretrained
|- fcos3d.pth
|- projects
|- tools
|- setup.py
cd Ego3RT
python setup.py develop
- To train our major model, please use
./tools/dist_train.sh projects/configs/ego3rt/ego3rt_polar80x256_cart160x160.py 8