DaiShiResearch / TransNeXt

[CVPR 2024] Code release for TransNeXt model
Apache License 2.0
353 stars 15 forks source link

About the data #10

Open huaxiaochun opened 4 months ago

huaxiaochun commented 4 months ago

What do I need to do if I want to train with my own dataset

DaiShiResearch commented 4 months ago

To train with your own dataset, you need to prepare your data in a format that can be accepted by ImageFolder. You can refer to the documentation of ImageFolder here to ensure your dataset is in the appropriate format.

hieulv3 commented 1 week ago

To train with your own dataset, you need to prepare your data in a format that can be accepted by ImageFolder. You can refer to the documentation of ImageFolder here to ensure your dataset is in the appropriate format.

Thank you for your work. Can you please give me the structure of dataset and how to config it in config file?