aim-uofa / AdelaiDet

AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
https://git.io/AdelaiDet
Other
3.38k stars 650 forks source link

数据增强是在哪里做的啊? #337

Open sanli0 opened 3 years ago

sanli0 commented 3 years ago

您好,想问一下数据增强在哪里做的啊?一直找不到入口

tianzhi0549 commented 3 years ago

https://github.com/aim-uofa/AdelaiDet/blob/f85e66739a08ef78315bbea0d8f5de93986761d1/adet/data/dataset_mapper.py#L132

APeiZou commented 3 years ago

@sanli0 您好,训练自己的数据集怎么做啊

tianzhi0549 commented 3 years ago

@APeiZou Our project is based on Detectron2, so please refer to the Detectron2 document for this. https://detectron2.readthedocs.io/en/latest/tutorials/datasets.html

sanli0 commented 3 years ago

@sanli0 您好,训练自己的数据集怎么做啊

在的detectron2里面的data里面的几个代码里改

hustzlb commented 3 years ago

@sanli0 您好,训练自己的数据集怎么做啊

在的detectron2里面的data里面的几个代码里改

您好,我改过,但是训练出来之后模型不能分割目标