mmselfsup icon indicating copy to clipboard operation
mmselfsup copied to clipboard

[Docs] Training Object detector using MAE as backbone

Open sandesha-hegde opened this issue 1 year ago • 0 comments

The doc issue

I only see the below commands but don't have any examples to train it on other pretrained models like MAE

bash tools/benchmarks/mmdetection/mim_dist_train_c4.sh ${CONFIG} ${PRETRAIN} ${GPUS}
bash tools/benchmarks/mmdetection/mim_dist_train_fpn.sh ${CONFIG} ${PRETRAIN} ${GPUS}

# slurm version
bash tools/benchmarks/mmdetection/mim_slurm_train_c4.sh ${PARTITION} ${CONFIG} ${PRETRAIN}
bash tools/benchmarks/mmdetection/mim_slurm_train_fpn.sh ${PARTITION} ${CONFIG} ${PRETRAIN}

Can you please provide the more details or some sample MAE config files so that it will help us to train the object detectors.

Suggest a potential alternative/fix

No response

sandesha-hegde avatar Feb 15 '24 12:02 sandesha-hegde