Training and Evaluation
May 18, 2026 ยท View on GitHub
All scripts should be run from the project root unless noted otherwise.
Training
Train LegoOcc with:
cd scripts
bash train.sh <NUM_GPUS> <CONFIG>
Example:
cd scripts
bash train.sh 4 legoocc_release
This launches torchrun and writes outputs to:
work_dirs/<CONFIG>/
Evaluation
cd scripts
bash eval.sh 4 legoocc_release