open-mmlab / mmdetection

OpenMMLab Detection Toolbox and Benchmark
https://mmdetection.readthedocs.io
Apache License 2.0
29.61k stars 9.47k forks source link

How to use Autoaugment in my config.py #3503

Closed sky-fly97 closed 3 years ago

sky-fly97 commented 4 years ago

Hello, I want to use autoaugment of mmdet, but how to use autoaugment in my config.py? Anyone can help me? Thanks!

hellock commented 4 years ago

It has not been implemented yet. You may need to implement some transforms first.

sky-fly97 commented 4 years ago

It has not been implemented yet. You may need to implement some transforms first.

Thanks, another question is about dataset balance of mmdet, how to use this?

hellock commented 4 years ago

Please refer to the LVIS dataset and config files.

sky-fly97 commented 4 years ago

Please refer to the LVIS dataset and config files.

Thanks, but I my dataset is object detection. As shown in some lvis config files, can I only change the dataset type to 'LVISV1Dataset' and change the train type to 'ClassBalancedDataset'?

xvjiarui commented 3 years ago

Hi @sky-fly97 You may specify your own dataset type with ClassBalancedDataset wrapping.

koi-boy commented 3 years ago

Can you give me some advice to use auto_augment.py?such as polices:v1?