doem1997 commited on
Commit
b18635c
·
verified ·
1 Parent(s): d1cdc62

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # CS701 Course Project Dataset
2
+
3
+ For task "ViT Model Adaptation"
4
+
5
+ ## Overview
6
+ This is an anonymized image classification dataset containing 10,000 classes.
7
+
8
+ ## Dataset Statistics
9
+ - **Number of classes**: 10,000
10
+ - **Training samples**: 450,000 (45 per class, with labels)
11
+ - **Validation samples**: 50,000 (5 per class, **without labels**)
12
+ - **Test samples**: 100,000 (10 per class, **without labels**)
13
+
14
+ ## Dataset Structure
15
+ ```
16
+ train/
17
+ class_0000/ # 45 images
18
+ class_0001/ # 45 images
19
+ ...
20
+ class_9999/ # 45 images
21
+
22
+ val/
23
+ image_000000.jpg
24
+ image_000001.jpg
25
+ ...
26
+ image_049999.jpg
27
+
28
+ test/
29
+ image_000000.jpg
30
+ image_000001.jpg
31
+ ...
32
+ image_099999.jpg
33
+ ```
34
+
35
+ ## Files
36
+ - `train.txt`: Training image paths and labels (format: `train/class_XXXX/filename.jpg class_id`)
37
+ - `val.txt`: Validation image paths only (format: `val/image_XXXXXX.jpg`)
38
+ - `test.txt`: Test image paths only (format: `test/image_XXXXXX.jpg`)
39
+ - `metadata.json`: Dataset metadata
40
+
41
+ ## Benchmark Submission
42
+
43
+ 1. Train your model on the training set (450,000 samples with labels)
44
+ 2. Generate predictions on validation set (50,000 samples without labels)
45
+ 3. Generate predictions on test set (100,000 samples without labels)
46
+ 4. Submit predictions to CodaBench for evaluation.
47
+
48
+ ### Prediction Format
49
+
50
+ Your prediction files should follow this format:
51
+
52
+ **val_predictions.txt**:
53
+ ```
54
+ val/image_000000.jpg 1234
55
+ val/image_000001.jpg 5678
56
+ ...
57
+ val/image_049999.jpg 9012
58
+ ```
59
+
60
+ **test_predictions.txt**:
61
+ ```
62
+ test/image_000000.jpg 1234
63
+ test/image_000001.jpg 5678
64
+ ...
65
+ test/image_099999.jpg 9012
66
+ ```
67
+
68
+ Each line contains: `<image_path> <predicted_class_id>` where class_id is in range [0, 9999].
69
+
70
+ ### Evaluation
71
+
72
+ Submit your prediction files to the dataset maintainer for evaluation. The evaluation will compute:
73
+ - Overall accuracy
74
+ - Per-class accuracy
75
+ - Additional metrics (if applicable)
76
+
77
+ Note: Validation and test labels are withheld to prevent overfitting and ensure fair benchmarking.
metadata.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_name": "cs701-course-data",
3
+ "description": "Anonymized image classification dataset with 10,000 classes",
4
+ "num_classes": 10000,
5
+ "train": {
6
+ "num_samples": 450000,
7
+ "samples_per_class": 45,
8
+ "label_available": true
9
+ },
10
+ "val": {
11
+ "num_samples": 50000,
12
+ "samples_per_class": 5,
13
+ "label_available": false,
14
+ "note": "Validation labels withheld for benchmark evaluation"
15
+ },
16
+ "test": {
17
+ "num_samples": 100000,
18
+ "samples_per_class": 10,
19
+ "label_available": false,
20
+ "note": "Test labels withheld for benchmark evaluation"
21
+ },
22
+ "image_format": "jpg",
23
+ "task": "ViT model adaptation"
24
+ }
test.txt ADDED
The diff for this file is too large to render. See raw diff
 
test/image_000414.jpg ADDED

Git LFS Details

  • SHA256: a4ff23911fc5f776994847bd892685a0d566c4a225ac8d3a94ecfd85e303e4e0
  • Pointer size: 130 Bytes
  • Size of remote file: 15.7 kB
test/image_001557.jpg ADDED

Git LFS Details

  • SHA256: d0f745ade6c8ba6494acd9d9011bc7252fa26a93fadac01264a758751170b6fe
  • Pointer size: 130 Bytes
  • Size of remote file: 53.9 kB
test/image_001812.jpg ADDED

Git LFS Details

  • SHA256: d70a2534d05f7957001472209ef0241a2137bf8c1f730973a07324d31337d6d2
  • Pointer size: 130 Bytes
  • Size of remote file: 19.2 kB
test/image_001967.jpg ADDED

Git LFS Details

  • SHA256: 95bbd354214a343102bd369caf744933b0ff0495654a52ea7a2007bc6d4efea6
  • Pointer size: 131 Bytes
  • Size of remote file: 131 kB
test/image_002432.jpg ADDED

Git LFS Details

  • SHA256: 1fc77b59b139804f2277c9bfd3f477bde0c094239fa0f2b30b03e2937249980b
  • Pointer size: 130 Bytes
  • Size of remote file: 75.5 kB
test/image_002458.jpg ADDED

Git LFS Details

  • SHA256: b5a39a47d1ff5791c3d4428b1790526a5b43f552399f176fcb6e591733106349
  • Pointer size: 130 Bytes
  • Size of remote file: 42.1 kB
test/image_004708.jpg ADDED

Git LFS Details

  • SHA256: e5ce5e420dab5da3ffd9409b00cc7e738b758584ced540d21819ff90972f862a
  • Pointer size: 130 Bytes
  • Size of remote file: 65.6 kB
test/image_005081.jpg ADDED

Git LFS Details

  • SHA256: 352f6add7117cede01200b227f6b9231b7f355f52b1ed607d8a75370a6c90bc9
  • Pointer size: 130 Bytes
  • Size of remote file: 78.5 kB
test/image_005218.jpg ADDED

Git LFS Details

  • SHA256: b86d544ce394074841da1bee308f4300d765c47b5b7ed1d01341f8ec851d0653
  • Pointer size: 130 Bytes
  • Size of remote file: 99.3 kB
test/image_005280.jpg ADDED

Git LFS Details

  • SHA256: 313359cb6a01d70c451246eb48e01070215843039df9c6f4c454d36f80e28eb5
  • Pointer size: 130 Bytes
  • Size of remote file: 48.9 kB
test/image_006511.jpg ADDED

Git LFS Details

  • SHA256: 02a095ac07d6edfb91fbb956afade828c16f61e1c22a76cbb9afa13492f80df1
  • Pointer size: 131 Bytes
  • Size of remote file: 156 kB
test/image_006650.jpg ADDED

Git LFS Details

  • SHA256: 520d0861852dfea8c71e518e03c0ba794f9439227861424b048da808d15940df
  • Pointer size: 130 Bytes
  • Size of remote file: 67.9 kB
test/image_006975.jpg ADDED

Git LFS Details

  • SHA256: da4a40926c3448a0c0323fd120b0aea84002245fb7527c2ea05fb5b228c0b90b
  • Pointer size: 131 Bytes
  • Size of remote file: 135 kB
test/image_006980.jpg ADDED

Git LFS Details

  • SHA256: fed21ff97f07e3b373027e08f80e9ab2684da36c08908fea8a5deff4eee92701
  • Pointer size: 131 Bytes
  • Size of remote file: 135 kB
test/image_007377.jpg ADDED

Git LFS Details

  • SHA256: 7e2d6d88546842aaa45544f83aab93f814a66ef3ce9d7e10eed23ddbd2c8accd
  • Pointer size: 131 Bytes
  • Size of remote file: 125 kB
test/image_007864.jpg ADDED

Git LFS Details

  • SHA256: 79064d96b4625e167b642343daf92b8d723218544e7afc91a9f0dbb85e07e870
  • Pointer size: 130 Bytes
  • Size of remote file: 98.8 kB
test/image_007909.jpg ADDED

Git LFS Details

  • SHA256: 282b44ca86c904942643dca11aa21fcdc05646f315a4c65e6e57ac437cf70b0f
  • Pointer size: 130 Bytes
  • Size of remote file: 95.3 kB
test/image_008201.jpg ADDED

Git LFS Details

  • SHA256: 619d6f387e95d607dbd400838f1fd86df7d5ebb47a7a0ea770d338dd32c3742e
  • Pointer size: 131 Bytes
  • Size of remote file: 129 kB
test/image_008378.jpg ADDED

Git LFS Details

  • SHA256: 2f31973b6b94f0913f21e41c0ed670891aefa3d897a42cc32e97fec75b3f3025
  • Pointer size: 130 Bytes
  • Size of remote file: 57.2 kB
test/image_008705.jpg ADDED

Git LFS Details

  • SHA256: b1a3baa242ca983cae68ddbaaf193653ab0b4d779ea20324cc449d45782b07cf
  • Pointer size: 131 Bytes
  • Size of remote file: 134 kB
test/image_009406.jpg ADDED

Git LFS Details

  • SHA256: 3d7a0064ca42a8bf4cb30045716558a6eb49b306d3e8602389540663c2a56083
  • Pointer size: 130 Bytes
  • Size of remote file: 91.6 kB
test/image_010491.jpg ADDED

Git LFS Details

  • SHA256: d47a5696a22abc231d60ad07e6f14f9a849ba141bd8ac735a10ecf9131d97f27
  • Pointer size: 131 Bytes
  • Size of remote file: 159 kB
test/image_011117.jpg ADDED

Git LFS Details

  • SHA256: 5860fbab30464235eeb74507ee88d8e28264b30d6508615031eac92afb85a0c0
  • Pointer size: 130 Bytes
  • Size of remote file: 80 kB
test/image_011435.jpg ADDED

Git LFS Details

  • SHA256: 4c71408b18df292006c2333d8376bb66cbb1d929f7d6c94d55d1fff13010cfee
  • Pointer size: 130 Bytes
  • Size of remote file: 51.6 kB
test/image_012206.jpg ADDED

Git LFS Details

  • SHA256: 6da685043b1f96c2cf9fd4de7fe21bd345f719a89526a84e65bb07eea60cff03
  • Pointer size: 130 Bytes
  • Size of remote file: 72.7 kB
test/image_013191.jpg ADDED

Git LFS Details

  • SHA256: 5bb0baa2afbe75ee3d4e3335937040451c737b99e61d9ba614d5add276c1c5af
  • Pointer size: 131 Bytes
  • Size of remote file: 133 kB
test/image_014200.jpg ADDED

Git LFS Details

  • SHA256: eea679c7f9414ef42fbce930743c0a910430d755b616e0165ab38b6df01d02b0
  • Pointer size: 130 Bytes
  • Size of remote file: 79.7 kB
test/image_014898.jpg ADDED

Git LFS Details

  • SHA256: 95d2450afdf82ae9fdde00fc6c9ae7af87d46f53dd8c26d99ac5fb8caf1fd905
  • Pointer size: 131 Bytes
  • Size of remote file: 164 kB
test/image_015322.jpg ADDED

Git LFS Details

  • SHA256: d7e1bb2cf25ec5c43095eb2f18d0dace12cde625e3ab4783ce2b3b73c79167ed
  • Pointer size: 131 Bytes
  • Size of remote file: 116 kB
test/image_016189.jpg ADDED

Git LFS Details

  • SHA256: 17be45610aca7a80fed3ee835f33f970d526d5695045fb6f30d5581cd7883aff
  • Pointer size: 130 Bytes
  • Size of remote file: 38.5 kB
test/image_016343.jpg ADDED

Git LFS Details

  • SHA256: b4b4c95d7937cbefe0f3cd10ff172324b20a30b7fac2d59c438d29584e5b91c9
  • Pointer size: 131 Bytes
  • Size of remote file: 120 kB
test/image_017144.jpg ADDED

Git LFS Details

  • SHA256: 53dc145565f6ca6687bc1809f1cf0e9827e056b21a350f3d69230480fd74f2ea
  • Pointer size: 130 Bytes
  • Size of remote file: 41.9 kB
test/image_017472.jpg ADDED

Git LFS Details

  • SHA256: d7c4f6bd9537c97f20eb03d1322be1e796e00480968d1ffa6510b840a1ee4ff9
  • Pointer size: 131 Bytes
  • Size of remote file: 110 kB
test/image_018387.jpg ADDED

Git LFS Details

  • SHA256: d66a77b5153ba1e769de6accca341bb6e6093288a2199561d6177aba57683a57
  • Pointer size: 131 Bytes
  • Size of remote file: 169 kB
test/image_019093.jpg ADDED

Git LFS Details

  • SHA256: c9e23c18f096f204e58c5882a1e9fb7cb00285cc200945932289d282d32c53a9
  • Pointer size: 131 Bytes
  • Size of remote file: 134 kB
test/image_019286.jpg ADDED

Git LFS Details

  • SHA256: e0508c4fc335d1d6a5aecb9845ed6ff8fdb9fba4427f39bf858b87bb97637ab8
  • Pointer size: 131 Bytes
  • Size of remote file: 109 kB
test/image_020836.jpg ADDED

Git LFS Details

  • SHA256: 99ef0d32d96cb19324b14b1659ecd587735cbe64bd10b9c2b7226e31efafb6ac
  • Pointer size: 131 Bytes
  • Size of remote file: 136 kB
test/image_021242.jpg ADDED

Git LFS Details

  • SHA256: cd34621c5a848cc610fc998c379c9be77ab20b9e9e33b84fafc6c136612b55a6
  • Pointer size: 131 Bytes
  • Size of remote file: 128 kB
test/image_021619.jpg ADDED

Git LFS Details

  • SHA256: 364c46d60b5ac23aec8c8a182bc0ab9997d6e85537b1db3847c09bbce416c908
  • Pointer size: 130 Bytes
  • Size of remote file: 96.3 kB
test/image_022023.jpg ADDED

Git LFS Details

  • SHA256: 832dfc7adde93db5fb99f555f049c9754c7414b52b1f8cf57ecdf783451c69d8
  • Pointer size: 130 Bytes
  • Size of remote file: 84.5 kB
test/image_022156.jpg ADDED

Git LFS Details

  • SHA256: e3b821cc224a273fa069e54deefd5aaa3acf159f8a58ba64c1514a6814721529
  • Pointer size: 131 Bytes
  • Size of remote file: 133 kB
test/image_022640.jpg ADDED

Git LFS Details

  • SHA256: 9e589083db52b7caef2d8ec607d00a2c5db57e3016246eb52a0551beadf3dd6b
  • Pointer size: 130 Bytes
  • Size of remote file: 44.7 kB
test/image_024939.jpg ADDED

Git LFS Details

  • SHA256: a8f9cee8eb57b135484c50f5e7f16c0089c1cd6ae086caa99e6b809fccfe8ab3
  • Pointer size: 131 Bytes
  • Size of remote file: 103 kB
test/image_025780.jpg ADDED

Git LFS Details

  • SHA256: 659a3260338d4a3dc1aa0726295032d6a3b0931e4d7bb92d154a8a76df9e872e
  • Pointer size: 131 Bytes
  • Size of remote file: 111 kB
test/image_026043.jpg ADDED

Git LFS Details

  • SHA256: 84ef3d4602f691c57a4d55a27a09d4e786b06971f66d0e4e9a867c746512a3af
  • Pointer size: 130 Bytes
  • Size of remote file: 53.1 kB
test/image_027254.jpg ADDED

Git LFS Details

  • SHA256: 4dd0024ceccb07f342d8cd6a78ee03767641621e14288d1eb82a0497f2a4a08e
  • Pointer size: 130 Bytes
  • Size of remote file: 46.3 kB
test/image_027296.jpg ADDED

Git LFS Details

  • SHA256: ecc0e742ab7a3fea2637fa2cc5746790a73516c722c8b5f7c2a35e9e583460f3
  • Pointer size: 130 Bytes
  • Size of remote file: 63.9 kB