Westlake-AI / openmixup

CAIRI Supervised, Semi- and Self-Supervised Visual Representation Learning Toolbox and Benchmark
https://openmixup.readthedocs.io
Apache License 2.0
624 stars 62 forks source link

i want to train my custom dataset, how can?? #62

Closed KUKUDAS95 closed 7 months ago

KUKUDAS95 commented 7 months ago

i want use adautomix with my custom dataset. and i want to use adautomix in my independent environment. how can??

please tell me about some guide

Lupin1998 commented 7 months ago

Hi, @KUKUDAS95. Thanks for using OpenMixup. You can train with the custom dataset by making a meta list file and using ImageNet dataset. Please refer to meta files for the list file examples. Or you write a new dataset with a new data loading function as mentioned in 1_new_dataset for writing a new dataset.