autogluon / autogluon

Fast and Accurate ML in 3 Lines of Code
https://auto.gluon.ai/
Apache License 2.0
7.39k stars 876 forks source link

The train of Conv-LoRA #4296

Open wang-ziqi993495 opened 5 days ago

wang-ziqi993495 commented 5 days ago

Hi, thanks for your great work! In the run semantic_segmentation file, when trained with COD10K (camouflaged object detection dataset), no train.csv file is displayed, May I ask whether I need to generate this file by myself or just run the prepares-_semantic_segmentation_datasets file?

wang-ziqi993495 commented 5 days ago

I feel that the prepare file is a function of unzipping the datasets, so I would like to ask if there is a csv file of COD10K and other data sets that can be shared? Thank you very much. image

Harry-zzh commented 2 days ago

Hi, please run the prepare_semantic_segmentation_datasets.py script. It will download and unzip the dataset zip file, which contains the CSV files for training, validation, and testing.

wang-ziqi993495 commented 1 day ago

Hi, please run the prepare_semantic_segmentation_datasets.py script. It will download and unzip the dataset zip file, which contains the CSV files for training, validation, and testing.

Thank you!