Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 448 Bytes

train_eval.md

File metadata and controls

22 lines (13 loc) · 448 Bytes

Prerequisites

Please ensure you have prepared the environment and the nuScenes dataset.

Train and Test

Train MapTR with 8 GPUs

./tools/dist_train.sh ./projects/configs/maptr/maptr_tiny_r50_24e.py 8

Eval MapTR with 8 GPUs

./tools/dist_test_map.sh ./projects/configs/maptr/maptr_tiny_r50_24e.py ./path/to/ckpts.pth 8

Visualization

we provide tools for visualization and benchmark under path/to/MapTR/tools/maptr