Skip to content

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

License

Notifications You must be signed in to change notification settings

jahongir7174/DualHTC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages