Getting started with Co-Occ

September 26, 2024 ยท View on GitHub

For most of our experiments, we train the model with 8 RTX A40 GPUs with 46G or 8 RTX A800 GPUs with 80G memory. Therefore, you may need similar hardwares to reproduce the training results.

Before start training, download the corresponding pretrained backbones from the release page and put them under the folder ckpts/. The weights include R50 & R101 for nuScenes.

Training

bash tools/dist_train.sh $CONFIG 8

During the training process, the model is evaluated on the validation set after every epoch. The checkpoint with best performance will be saved. The output logs and checkpoints will be available at work_dirs/$CONFIG.

Evaluation

bash tools/dist_test.sh $YOUR_CONFIG $YOUR_CKPT $GPU_NUM