An open API service indexing awesome lists of open source software.

https://github.com/jahongir7174/dualhtc

DualHTC++ implementation using PyTorch (supports MOSAIC/MixUp and RandomAugment)
https://github.com/jahongir7174/dualhtc

cbnetv2 htc hybrid-task-cascade instance-segmentation mixup mosaic object-detection pytorch

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

[DualHTC++](https://arxiv.org/abs/2107.00420) implementation using PyTorch (supports `MOSAIC` and `MixUp`)

#### Train

* Install [mmdet](https://github.com/open-mmlab/mmdetection) 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
* The default configuration is for [2021 VIPriors Instance Segmentation Challenge](https://competitions.codalab.org/competitions/33340) dataset
#### Reference

* https://github.com/ultralytics/yolov5
* https://github.com/open-mmlab/mmdetection