kaggle竞赛的数据组织形式描述如下你能帮我把我的imagenet格式的数据修改为下面这种格式吗?In this competition you are asked to take test images and recognize which landmarks if any are depicted in them The training set is available in the t
- The training set is provided in the "train/" folder, with corresponding landmark labels in a CSV file called "train.csv".
- The test set images are located in the "test/" folder.
- Each image in the test set has a unique id.
- Due to the large number of images, they are organized into three levels of subfolders based on the first three characters of the image id. For example, an image with the id "abcdef.jpg" would be placed in the path "a/b/c/abcdef.jpg".
- This competition is a synchronous rerun code competition, meaning that when you submit your notebook, Kaggle will rerun your code on a private test set.
- The provided test set is a representative set of files to demonstrate the format of the private test set
原文地址: https://www.cveoy.top/t/topic/iTm0 著作权归作者所有。请勿转载和采集!