jahongir7174 / DualHTC

DualHTC++ implementation using PyTorch (supports MOSAIC/MixUp and RandomAugment)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DualHTC++ implementation using PyTorch (supports MOSAIC and MixUp)

Train

  • Install mmdet toolbox
  • Register your dataset to utils/dataset.py, see INSDataset
  • See nets/exp01.py for using MOSAIC and MixUp data pipeline
  • See nets/exp02.py for using RandomAugment data pipeline
  • Run bash ./main.sh ./nets/exp01.py $ --train for training, $ is number of GPUs

Note

Reference

About

DualHTC++ implementation using PyTorch (supports MOSAIC/MixUp and RandomAugment)

License:MIT License


Languages

Language:Python 99.9%Language:Shell 0.1%