Closed sky-fly97 closed 3 years ago
It has not been implemented yet. You may need to implement some transforms first.
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?
Please refer to the LVIS dataset and config files.
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'?
Hi @sky-fly97
You may specify your own dataset type with ClassBalancedDataset
wrapping.
Can you give me some advice to use auto_augment.py?such as polices:v1?
Hello, I want to use autoaugment of mmdet, but how to use autoaugment in my config.py? Anyone can help me? Thanks!