HTC reimplementation using PyTorch (supports MOSAIC
and MixUp
)
Train (default configuration is for COCO dataset)
- Install mmdet toolbox
- Register your dataset to
utils/dataset.py
, seeINSDataset
- See
nets/exp01.py
for usingMOSAIC
andMixUp
data pipeline - See
nets/exp02.py
for usingRandomAugment
data pipeline - Run
bash ./main.sh ./nets/exp01.py $ --train
for training,$
is number of GPUs