FrankCCCCC commited on
Commit
44aba27
·
verified ·
1 Parent(s): bec77f2

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. .DS_Store +0 -0
  2. README.md +144 -0
  3. colored_mnist.py +99 -0
  4. images/blue_312.png +3 -0
  5. images/green_8218.png +3 -0
  6. images/red_8428.png +3 -0
  7. training/.DS_Store +0 -0
  8. training/9/blue_1950.png +3 -0
  9. training/9/blue_2041.png +3 -0
  10. training/9/blue_2860.png +3 -0
  11. training/9/blue_5276.png +3 -0
  12. training/9/blue_5538.png +3 -0
  13. training/9/blue_5539.png +3 -0
  14. training/9/blue_6145.png +3 -0
  15. training/9/blue_6964.png +3 -0
  16. training/9/blue_7676.png +3 -0
  17. training/9/blue_7886.png +3 -0
  18. training/9/blue_8035.png +3 -0
  19. training/9/blue_8356.png +3 -0
  20. training/9/blue_980.png +3 -0
  21. training/9/green_1169.png +3 -0
  22. training/9/green_1960.png +3 -0
  23. training/9/green_3030.png +3 -0
  24. training/9/green_3193.png +3 -0
  25. training/9/green_3583.png +3 -0
  26. training/9/green_3636.png +3 -0
  27. training/9/green_4206.png +3 -0
  28. training/9/green_4830.png +3 -0
  29. training/9/green_6149.png +3 -0
  30. training/9/green_631.png +3 -0
  31. training/9/green_6438.png +3 -0
  32. training/9/green_6439.png +3 -0
  33. training/9/green_7069.png +3 -0
  34. training/9/green_7108.png +3 -0
  35. training/9/green_7256.png +3 -0
  36. training/9/green_7727.png +3 -0
  37. training/9/green_7733.png +3 -0
  38. training/9/green_8005.png +3 -0
  39. training/9/red_110.png +3 -0
  40. training/9/red_1740.png +3 -0
  41. training/9/red_2116.png +3 -0
  42. training/9/red_3355.png +3 -0
  43. training/9/red_3382.png +3 -0
  44. training/9/red_4611.png +3 -0
  45. training/9/red_4771.png +3 -0
  46. training/9/red_501.png +3 -0
  47. training/9/red_529.png +3 -0
  48. training/9/red_5532.png +3 -0
  49. training/9/red_6205.png +3 -0
  50. training/9/red_7873.png +3 -0
.DS_Store ADDED
Binary file (8.2 kB). View file
 
README.md ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Colored MNIST Dataset
2
+
3
+ A comprehensive dataset of MNIST digits with RGB colored backgrounds, designed for multi-objective classification tasks including digit recognition and background color classification.
4
+
5
+ ![Blue Example](images/blue_312.png) ![Green Example](images/green_8218.png) ![Red Example](images/red_8428.png)
6
+
7
+ ## Overview
8
+
9
+ This dataset extends the classic MNIST digit dataset by adding colored backgrounds (blue, green, red) to create a multi-label classification challenge. Each image contains:
10
+ - **Digit label**: 0-9 (digit recognition)
11
+ - **Color label**: blue, green, red (background color classification)
12
+ - **Image format**: 28×28 RGB PNG files
13
+
14
+ ## Dataset Statistics
15
+
16
+ ### Training Set (8,835 samples)
17
+ | Digit | Count | Digit | Count |
18
+ |-------|-------|-------|-------|
19
+ | 0 | 868 | 5 | 764 |
20
+ | 1 | 1,000 | 6 | 893 |
21
+ | 2 | 858 | 7 | 948 |
22
+ | 3 | 909 | 8 | 835 |
23
+ | 4 | 883 | 9 | 877 |
24
+
25
+ ### Test Set (10,000 samples)
26
+ | Digit | Count | Digit | Count |
27
+ |-------|-------|-------|-------|
28
+ | 0 | 980 | 5 | 892 |
29
+ | 1 | 1,135 | 6 | 958 |
30
+ | 2 | 1,032 | 7 | 1,028 |
31
+ | 3 | 1,010 | 8 | 974 |
32
+ | 4 | 982 | 9 | 1,009 |
33
+
34
+ ### Color Distribution
35
+ - **Blue**: ~2,946 training samples
36
+ - **Green**: ~2,968 training samples
37
+ - **Red**: ~2,921 training samples
38
+
39
+ ## Directory Structure
40
+
41
+ ```
42
+ colored_mnist/
43
+ ├── README.md
44
+ ├── colored_mnist.py # HuggingFace dataset loader
45
+ ├── images/ # Example images
46
+ │ ├── blue_312.png # Blue background, digit 3
47
+ │ ├── green_8218.png # Green background, digit 8
48
+ │ └── red_8428.png # Red background, digit 4
49
+ ├── training/ # Training data
50
+ │ ├── 0/ # Digit 0 samples
51
+ │ │ ├── blue_1015.png
52
+ │ │ ├── green_1000.png
53
+ │ │ └── red_1028.png
54
+ │ └── ... # Digits 1-9
55
+ ├── testing/ # Test data
56
+ │ ├── 0/ # Digit 0 samples
57
+ │ │ ├── blue_10.png
58
+ │ │ ├── green_1084.png
59
+ │ │ └── red_1001.png
60
+ │ └── ... # Digits 1-9
61
+ ├── training.h5 # HDF5 format (optional)
62
+ └── testing.h5 # HDF5 format (optional)
63
+ ```
64
+
65
+ ## Usage
66
+
67
+ ### Loading with HuggingFace Datasets
68
+
69
+ ```python
70
+ from datasets import load_dataset
71
+
72
+ # Load the dataset using the custom script
73
+ dataset = load_dataset("FrankCCCCC/colored_mnist", trust_remote_code=True)
74
+
75
+ print(f"Train samples: {len(dataset['train'])}")
76
+ print(f"Test samples: {len(dataset['test'])}")
77
+
78
+ # Access a sample
79
+ sample = dataset['train'][0]
80
+ print(f"Image shape: {sample['image'].shape}") # PIL.Image: Raw Image with shape (28, 28, 3)
81
+ print(f"Digit Label: {sample['digit_label']}") # Integer: Digit class 0-9
82
+ print(f"Color Label: {sample['color_label']}") # String: Color class: 'blue', 'green', 'red'
83
+ print(f"filename: {sample['filename']}") # String: file name
84
+ print(f"image_path: {sample['image_path']}") # String: file path
85
+ ```
86
+
87
+ ## Applications
88
+
89
+ This dataset is ideal for:
90
+
91
+ 1. **Multi-task Learning**: Train models to simultaneously classify digits and colors
92
+ 2. **Domain Adaptation**: Study how background colors affect digit recognition
93
+ 3. **Bias Analysis**: Investigate color-digit correlations and model robustness
94
+ 4. **Transfer Learning**: Pre-train on one task (digit/color) and fine-tune on another
95
+ 5. **Curriculum Learning**: Start with single-task then progress to multi-task
96
+ 6. **Attention Mechanisms**: Visualize what models focus on (digit vs. background)
97
+
98
+ ## Features
99
+
100
+ - **Multi-label Classification**: Both digit and color labels for each image
101
+ - **Balanced Colors**: Approximately equal distribution across blue, green, red
102
+ - **Standard Format**: Compatible with PyTorch, TensorFlow, and HuggingFace
103
+ - **PIL Integration**: Images loaded as PIL objects for easy preprocessing
104
+ - **Metadata**: Includes original filename and image path information
105
+
106
+ ## Dataset Format
107
+
108
+ Each sample contains:
109
+ ```python
110
+ {
111
+ 'image': PIL.Image, # 28×28 RGB image
112
+ 'digit_label': int, # Digit class (0-9)
113
+ 'color_label': str, # Color class ('blue'|'green'|'red')
114
+ 'filename': str, # Original filename
115
+ 'image_path': str # Full path to image file
116
+ }
117
+ ```
118
+
119
+ ## Requirements
120
+
121
+ ```bash
122
+ pip install datasets pillow torch torchvision matplotlib numpy
123
+ ```
124
+
125
+ ## Citation
126
+
127
+ ```bibtex
128
+ @misc{colorized-mnist,
129
+ title={Colorized MNIST},
130
+ author={Original MNIST Dataset},
131
+ year={2024},
132
+ url={https://github.com/jayaneetha/colorized-MNIST}
133
+ }
134
+ ```
135
+
136
+ ## License
137
+
138
+ This dataset follows the same license as the original MNIST dataset. Please cite both the original MNIST work and this colored extension when using this dataset.
139
+
140
+ ## Acknowledgments
141
+
142
+ - Based on the original MNIST dataset by Yann LeCun et al.
143
+ - Color augmentation creates additional research opportunities for multi-task learning
144
+ - Compatible with modern deep learning frameworks and HuggingFace ecosystem
colored_mnist.py ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os
2
+ import datasets
3
+ from datasets import Features, ClassLabel, Image, Value
4
+ from PIL import Image as PILImage
5
+
6
+
7
+ _DESCRIPTION = """\
8
+ Colored MNIST is a dataset of MNIST digits with RGB colored backgrounds.
9
+ This dataset can be used for multi-objective classification tasks including:
10
+ - Digit recognition (0-9)
11
+ - Background color classification (blue, green, red)
12
+ """
13
+
14
+ _CITATION = """\
15
+ @misc{colorized-mnist,
16
+ title={Colorized MNIST},
17
+ url={https://github.com/jayaneetha/colorized-MNIST},
18
+ }
19
+ """
20
+
21
+ _HOMEPAGE = "https://github.com/jayaneetha/colorized-MNIST"
22
+
23
+ _LICENSE = ""
24
+
25
+ class ColoredMnist(datasets.GeneratorBasedBuilder):
26
+ """Colored MNIST dataset with multi-label classification."""
27
+
28
+ VERSION = datasets.Version("1.0.0")
29
+
30
+ def _info(self):
31
+ features = Features({
32
+ 'image': Image(),
33
+ 'digit_label': ClassLabel(num_classes=10, names=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]),
34
+ 'color_label': ClassLabel(num_classes=3, names=['blue', 'green', 'red']),
35
+ 'image_path': Value('string'),
36
+ 'filename': Value('string')
37
+ })
38
+
39
+ return datasets.DatasetInfo(
40
+ description=_DESCRIPTION,
41
+ features=features,
42
+ homepage=_HOMEPAGE,
43
+ license=_LICENSE,
44
+ citation=_CITATION,
45
+ )
46
+
47
+ def _split_generators(self, dl_manager):
48
+ """Returns SplitGenerators."""
49
+ # The dataset path should be provided as a data_dir, or use current directory
50
+ data_dir = self.config.data_dir if self.config.data_dir else os.path.dirname(os.path.abspath(__file__))
51
+ print(f"data_dir: {data_dir}")
52
+
53
+ return [
54
+ datasets.SplitGenerator(
55
+ name=datasets.Split.TRAIN,
56
+ gen_kwargs={
57
+ "data_dir": os.path.join(data_dir, "training"),
58
+ "split": "train",
59
+ },
60
+ ),
61
+ datasets.SplitGenerator(
62
+ name=datasets.Split.TEST,
63
+ gen_kwargs={
64
+ "data_dir": os.path.join(data_dir, "testing"),
65
+ "split": "test",
66
+ },
67
+ ),
68
+ ]
69
+
70
+ def _generate_examples(self, data_dir, split):
71
+ """Yields examples."""
72
+ idx = 0
73
+ raise NotImplementedError
74
+
75
+ for digit in range(10):
76
+ digit_dir = os.path.join(data_dir, str(digit))
77
+ if not os.path.exists(digit_dir):
78
+ continue
79
+
80
+ for filename in sorted(os.listdir(digit_dir)):
81
+ if filename.endswith('.png'):
82
+ # Extract color from filename (e.g., "blue_1015.png" -> "blue")
83
+ color = filename.split('_')[0]
84
+ if color not in ['blue', 'green', 'red']:
85
+ continue
86
+
87
+ image_path = os.path.join(digit_dir, filename)
88
+
89
+ # Load image as PIL Image
90
+ pil_image = PILImage.open(image_path)
91
+
92
+ yield idx, {
93
+ 'image': pil_image,
94
+ 'digit_label': digit,
95
+ 'color_label': color,
96
+ 'image_path': image_path,
97
+ 'filename': filename,
98
+ }
99
+ idx += 1
images/blue_312.png ADDED

Git LFS Details

  • SHA256: 1fac97f8cba7a1241bcaf811c917bc3fc78c759128ef1cd0be38bb158394eb14
  • Pointer size: 128 Bytes
  • Size of remote file: 203 Bytes
images/green_8218.png ADDED

Git LFS Details

  • SHA256: 987eed7a01362d327c076586059cddf76b6d8cfc3616a7a3c1c8e5f8ae9d388f
  • Pointer size: 128 Bytes
  • Size of remote file: 178 Bytes
images/red_8428.png ADDED

Git LFS Details

  • SHA256: c4d0a5a753a479bd98ba7c90623a87d2612cac47569f1d59faa0f69f5e8290b9
  • Pointer size: 128 Bytes
  • Size of remote file: 176 Bytes
training/.DS_Store ADDED
Binary file (8.2 kB). View file
 
training/9/blue_1950.png ADDED

Git LFS Details

  • SHA256: 069ddeb3115b81ba3181d71b110764ae0ef82e8c87a54effe20492649bd9ed37
  • Pointer size: 128 Bytes
  • Size of remote file: 178 Bytes
training/9/blue_2041.png ADDED

Git LFS Details

  • SHA256: 0a8d1f09c65bd8b83fc8dcda43832e66ffa8e08e023f07592bb783127bdc0a8c
  • Pointer size: 128 Bytes
  • Size of remote file: 186 Bytes
training/9/blue_2860.png ADDED

Git LFS Details

  • SHA256: 0644312aa715910114b70a5482fd09612bb36135dfce880b25b5fc887695c43f
  • Pointer size: 128 Bytes
  • Size of remote file: 175 Bytes
training/9/blue_5276.png ADDED

Git LFS Details

  • SHA256: ddf3634aa6f62e3eed3d0c2d7111f4b35aeaea19ca6ea77deb95a734f93e3c90
  • Pointer size: 128 Bytes
  • Size of remote file: 183 Bytes
training/9/blue_5538.png ADDED

Git LFS Details

  • SHA256: 77bc3f18a39378522da727153ac589e570fddbab94f1fc92fd42758c07307a66
  • Pointer size: 128 Bytes
  • Size of remote file: 183 Bytes
training/9/blue_5539.png ADDED

Git LFS Details

  • SHA256: 53cd5b208d7ecb23f14ae608b1cf7c4e3148fa8ead16283ad3cfcb76ffe31b6f
  • Pointer size: 128 Bytes
  • Size of remote file: 198 Bytes
training/9/blue_6145.png ADDED

Git LFS Details

  • SHA256: 8d3a45dd810d7171873ccefdd3e9179b8a74e7592f2e0907b10edd15176a616b
  • Pointer size: 128 Bytes
  • Size of remote file: 198 Bytes
training/9/blue_6964.png ADDED

Git LFS Details

  • SHA256: 4e4bdb2b80c744d0ce6c5f1c6884cc984d2e684a5c3fc5a79371a6d9d450c3c9
  • Pointer size: 128 Bytes
  • Size of remote file: 178 Bytes
training/9/blue_7676.png ADDED

Git LFS Details

  • SHA256: 8d375f2879f0605bf68ac47be52a810ee0dc94ec76197d3c049fbe12de7ddc8e
  • Pointer size: 128 Bytes
  • Size of remote file: 194 Bytes
training/9/blue_7886.png ADDED

Git LFS Details

  • SHA256: 98b0f4bc0767ad810b0e3f966a41649302ddc64f5cdc8167ea8eabca432806c8
  • Pointer size: 128 Bytes
  • Size of remote file: 200 Bytes
training/9/blue_8035.png ADDED

Git LFS Details

  • SHA256: 3f84a6025beda24009edea767061fad208715ab5196627ec878bc83740e845ee
  • Pointer size: 128 Bytes
  • Size of remote file: 197 Bytes
training/9/blue_8356.png ADDED

Git LFS Details

  • SHA256: 45b8a82e6b217b69e26a80e23264f071165cd6a283ebd5d46445b5c3db159244
  • Pointer size: 128 Bytes
  • Size of remote file: 182 Bytes
training/9/blue_980.png ADDED

Git LFS Details

  • SHA256: 50402d396b97e24b3bd1e90dd41d1c113bce07b8fff51aba0ee3eca18feed7f1
  • Pointer size: 128 Bytes
  • Size of remote file: 179 Bytes
training/9/green_1169.png ADDED

Git LFS Details

  • SHA256: 5bc983e484e2a1873106bf8a9de76ef2d69406a7a30a92b67a29bbb9feaa79fd
  • Pointer size: 128 Bytes
  • Size of remote file: 206 Bytes
training/9/green_1960.png ADDED

Git LFS Details

  • SHA256: ccc46c6aaa49709d30fd3f0b91a254aafb1be92601acac5fbde4d571a58dfad7
  • Pointer size: 128 Bytes
  • Size of remote file: 176 Bytes
training/9/green_3030.png ADDED

Git LFS Details

  • SHA256: 2adc2276a74d906d00a1ad3898bb07e9a0b46622a99ec2234135d26d826d3975
  • Pointer size: 128 Bytes
  • Size of remote file: 209 Bytes
training/9/green_3193.png ADDED

Git LFS Details

  • SHA256: 9d0377f88cb0362129484db63c4cec3125723a0342100a87e15e5a4e1b4b8c60
  • Pointer size: 128 Bytes
  • Size of remote file: 187 Bytes
training/9/green_3583.png ADDED

Git LFS Details

  • SHA256: 7b5eb922cd71e098b615dcd0ff34716242b35074e7b3635fd1a37f599ba4aa24
  • Pointer size: 128 Bytes
  • Size of remote file: 185 Bytes
training/9/green_3636.png ADDED

Git LFS Details

  • SHA256: 92e30fe7bb08e151fd3ae1c3ec87a96dac73ee8f15ad61dde8001d31e0b7e208
  • Pointer size: 128 Bytes
  • Size of remote file: 191 Bytes
training/9/green_4206.png ADDED

Git LFS Details

  • SHA256: 86245e40ae8ad7e358604485b6f2fb94172fa1ded0d5b193fdc9bba853afac13
  • Pointer size: 128 Bytes
  • Size of remote file: 187 Bytes
training/9/green_4830.png ADDED

Git LFS Details

  • SHA256: bf5cc9ce03a26422cd1858e4b2ff5e16b4fba58e13bb3a9ccdff63b3a14099dd
  • Pointer size: 128 Bytes
  • Size of remote file: 186 Bytes
training/9/green_6149.png ADDED

Git LFS Details

  • SHA256: 1f3d19b13bd76777c298d2071fb5f8d80b45e9b7cd8e0287c50740a4825a0f91
  • Pointer size: 128 Bytes
  • Size of remote file: 189 Bytes
training/9/green_631.png ADDED

Git LFS Details

  • SHA256: 983f6efd3d6ff9b9b566ca1487306f67de567886a77e5fcf97937521e1b9dbfb
  • Pointer size: 128 Bytes
  • Size of remote file: 208 Bytes
training/9/green_6438.png ADDED

Git LFS Details

  • SHA256: c264523666b7992fe29785843a67938402c0c0c025185b9aace1a0638490593e
  • Pointer size: 128 Bytes
  • Size of remote file: 178 Bytes
training/9/green_6439.png ADDED

Git LFS Details

  • SHA256: 3d8f82a1521907baf7f0f124154ab57dc73844bc4ec636efafc70de58080c57c
  • Pointer size: 128 Bytes
  • Size of remote file: 184 Bytes
training/9/green_7069.png ADDED

Git LFS Details

  • SHA256: 034f046e54fbf90d1413d9f6cd3080dbc813d23d64d99d327a6fc7f15ded388c
  • Pointer size: 128 Bytes
  • Size of remote file: 203 Bytes
training/9/green_7108.png ADDED

Git LFS Details

  • SHA256: 981daa304db74d6b270c2b2ce4aebf0297d178a9610052fd0a57930f98b01af1
  • Pointer size: 128 Bytes
  • Size of remote file: 193 Bytes
training/9/green_7256.png ADDED

Git LFS Details

  • SHA256: 14c2a406d4b67013aaec53f97465cec5b6877644dff47f8636675f4b171bad68
  • Pointer size: 128 Bytes
  • Size of remote file: 188 Bytes
training/9/green_7727.png ADDED

Git LFS Details

  • SHA256: b5876070da8e23e44e5596c046109e7f1e492a46d1167e4f0938d6c04bc6a3dd
  • Pointer size: 128 Bytes
  • Size of remote file: 210 Bytes
training/9/green_7733.png ADDED

Git LFS Details

  • SHA256: 85985762cb6861671ef28bcf6c5e106bbe39fc2d273a655a32a6cff2ce20fbad
  • Pointer size: 128 Bytes
  • Size of remote file: 212 Bytes
training/9/green_8005.png ADDED

Git LFS Details

  • SHA256: e2ebffd3f96876bbc2a55c0b7b17ae20ba8743e55d2a51d82a9a3d4ce5c55f23
  • Pointer size: 128 Bytes
  • Size of remote file: 195 Bytes
training/9/red_110.png ADDED

Git LFS Details

  • SHA256: 8eff59157981ba20e1a9916e708a167a3ba0f27b0b8a6130ddba7b10c3978471
  • Pointer size: 128 Bytes
  • Size of remote file: 189 Bytes
training/9/red_1740.png ADDED

Git LFS Details

  • SHA256: a82d4d809b6c3a16a05a0147f15d5a7a5b9d084b451800b4626bd825642d6076
  • Pointer size: 128 Bytes
  • Size of remote file: 185 Bytes
training/9/red_2116.png ADDED

Git LFS Details

  • SHA256: c44c75a05d681afd34c965057b8c908c95e9d2773a74a84ef5c4e7bd36070bc4
  • Pointer size: 128 Bytes
  • Size of remote file: 204 Bytes
training/9/red_3355.png ADDED

Git LFS Details

  • SHA256: 4106c78eafd078cad29d5885f50ad1d924762ba9ea6cf6c16015ed4fd056488d
  • Pointer size: 128 Bytes
  • Size of remote file: 184 Bytes
training/9/red_3382.png ADDED

Git LFS Details

  • SHA256: b6b70356f87f71d9a4e6e2cf7086e8919bc27ad10501f1c3e2439f84162c090c
  • Pointer size: 128 Bytes
  • Size of remote file: 197 Bytes
training/9/red_4611.png ADDED

Git LFS Details

  • SHA256: a8a049845327f16b22cf074b9b6548cb091631078268c2c10905d3ad0920b1a9
  • Pointer size: 128 Bytes
  • Size of remote file: 195 Bytes
training/9/red_4771.png ADDED

Git LFS Details

  • SHA256: cf9aa36f9f10ba24cdabdefe352b325cf61d6ce9ca3c36adc659f8e8e89efc94
  • Pointer size: 128 Bytes
  • Size of remote file: 184 Bytes
training/9/red_501.png ADDED

Git LFS Details

  • SHA256: 495aee1b35b1eb46344b84dfd40288561dd16f3f29db1979f023364004072bcb
  • Pointer size: 128 Bytes
  • Size of remote file: 198 Bytes
training/9/red_529.png ADDED

Git LFS Details

  • SHA256: 1179c7bd6da7bcd92df2ab45160050772b5da69d1f3ce8d73c2f6cf3bc31f4c9
  • Pointer size: 128 Bytes
  • Size of remote file: 196 Bytes
training/9/red_5532.png ADDED

Git LFS Details

  • SHA256: cf339f98b280e90a040ec76ace5e61b0b865b0e2255309271412ef4564e36b6d
  • Pointer size: 128 Bytes
  • Size of remote file: 188 Bytes
training/9/red_6205.png ADDED

Git LFS Details

  • SHA256: 12897b8d9b80f99b191531a7492d2c62fc6579153a9fccd0b6a83f8460e72c5f
  • Pointer size: 128 Bytes
  • Size of remote file: 203 Bytes
training/9/red_7873.png ADDED

Git LFS Details

  • SHA256: 15bf8728ed89b8e7257b2ca4770b4fe1b78c21593e1a54d4ad1d1c49123ed2ec
  • Pointer size: 128 Bytes
  • Size of remote file: 197 Bytes