Thank you very much for your excellent works. I hope you can give me some advice. Thank you!
cc_data
├── train ## training image diretories.
└── val ## validation image directories.
cc
├── Train_GCC-training_output.csv ## training data list
└── Validation_GCC-1.1.0-Validation_output.csv ## validation data list
The downloaded file is tsv file, I don't know whether it should be changed into csv file. In addition, what I want to know is how to store the data in cc_data and what to put?
Thank you very much for your excellent works. I hope you can give me some advice. Thank you! cc_data ├── train ## training image diretories. └── val ## validation image directories. cc ├── Train_GCC-training_output.csv ## training data list └── Validation_GCC-1.1.0-Validation_output.csv ## validation data list The downloaded file is tsv file, I don't know whether it should be changed into csv file. In addition, what I want to know is how to store the data in cc_data and what to put?