Skip to content

ssli23/spdetr

Repository files navigation

SP-DETR: Spatially Priortized DETR for Rectal Cancer Detection in MRI Scans

Training

Configs can be trained with:

python tools/train_net.py --config-file projects/sp_detr/configs/path/to/config.py --num-gpus 8

By default, we use 8 GPUs with total batch size as 16 for training.

Evaluation

Model evaluation can be done as follows:

python tools/train_net.py --config-file projects/sp_detr/configs/path/to/config.py --eval-only train.init_checkpoint=/path/to/model_checkpoint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published