parquet-converter
commited on
Commit
·
0a2c471
1
Parent(s):
45b3a1e
Update parquet files
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +0 -54
- README.md +0 -3
- train/101.jpg → bstdev--touhou_portraits/imagefolder-train.parquet +2 -2
- metadata.jsonl +0 -144
- train/1.jpg +0 -3
- train/102.jpg +0 -3
- train/103.jpg +0 -3
- train/104.jpg +0 -3
- train/105.jpg +0 -3
- train/106.jpg +0 -3
- train/107.jpg +0 -3
- train/108.jpg +0 -3
- train/109a.jpg +0 -3
- train/10a.jpg +0 -3
- train/11.jpg +0 -3
- train/110.jpg +0 -3
- train/111.jpg +0 -3
- train/112.jpg +0 -3
- train/113.jpg +0 -3
- train/114.jpg +0 -3
- train/115.jpg +0 -3
- train/116.jpg +0 -3
- train/117.jpg +0 -3
- train/118.jpg +0 -3
- train/119.jpg +0 -3
- train/120.jpg +0 -3
- train/121.jpg +0 -3
- train/122.jpg +0 -3
- train/123.jpg +0 -3
- train/124.jpg +0 -3
- train/125.jpg +0 -3
- train/126.jpg +0 -3
- train/127a.jpg +0 -3
- train/128.jpg +0 -3
- train/129.jpg +0 -3
- train/12a.jpg +0 -3
- train/130.jpg +0 -3
- train/131a.jpg +0 -3
- train/132a.jpg +0 -3
- train/133a.jpg +0 -3
- train/134a.jpg +0 -3
- train/135a.jpg +0 -3
- train/136.jpg +0 -3
- train/137.jpg +0 -3
- train/138.jpg +0 -3
- train/139.jpg +0 -3
- train/13a.jpg +0 -3
- train/14.jpg +0 -3
- train/140.jpg +0 -3
- train/141.jpg +0 -3
.gitattributes
DELETED
@@ -1,54 +0,0 @@
|
|
1 |
-
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
-
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
-
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
-
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
-
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
-
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
-
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
-
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
-
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
-
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
-
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
12 |
-
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
13 |
-
*.model filter=lfs diff=lfs merge=lfs -text
|
14 |
-
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
15 |
-
*.npy filter=lfs diff=lfs merge=lfs -text
|
16 |
-
*.npz filter=lfs diff=lfs merge=lfs -text
|
17 |
-
*.onnx filter=lfs diff=lfs merge=lfs -text
|
18 |
-
*.ot filter=lfs diff=lfs merge=lfs -text
|
19 |
-
*.parquet filter=lfs diff=lfs merge=lfs -text
|
20 |
-
*.pb filter=lfs diff=lfs merge=lfs -text
|
21 |
-
*.pickle filter=lfs diff=lfs merge=lfs -text
|
22 |
-
*.pkl filter=lfs diff=lfs merge=lfs -text
|
23 |
-
*.pt filter=lfs diff=lfs merge=lfs -text
|
24 |
-
*.pth filter=lfs diff=lfs merge=lfs -text
|
25 |
-
*.rar filter=lfs diff=lfs merge=lfs -text
|
26 |
-
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
27 |
-
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
28 |
-
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
29 |
-
*.tflite filter=lfs diff=lfs merge=lfs -text
|
30 |
-
*.tgz filter=lfs diff=lfs merge=lfs -text
|
31 |
-
*.wasm filter=lfs diff=lfs merge=lfs -text
|
32 |
-
*.xz filter=lfs diff=lfs merge=lfs -text
|
33 |
-
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
-
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
-
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
-
# Audio files - uncompressed
|
37 |
-
*.pcm filter=lfs diff=lfs merge=lfs -text
|
38 |
-
*.sam filter=lfs diff=lfs merge=lfs -text
|
39 |
-
*.raw filter=lfs diff=lfs merge=lfs -text
|
40 |
-
# Audio files - compressed
|
41 |
-
*.aac filter=lfs diff=lfs merge=lfs -text
|
42 |
-
*.flac filter=lfs diff=lfs merge=lfs -text
|
43 |
-
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
44 |
-
*.ogg filter=lfs diff=lfs merge=lfs -text
|
45 |
-
*.wav filter=lfs diff=lfs merge=lfs -text
|
46 |
-
# Image files - uncompressed
|
47 |
-
*.bmp filter=lfs diff=lfs merge=lfs -text
|
48 |
-
*.gif filter=lfs diff=lfs merge=lfs -text
|
49 |
-
*.png filter=lfs diff=lfs merge=lfs -text
|
50 |
-
*.tiff filter=lfs diff=lfs merge=lfs -text
|
51 |
-
# Image files - compressed
|
52 |
-
*.jpg filter=lfs diff=lfs merge=lfs -text
|
53 |
-
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
54 |
-
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
---
|
2 |
-
license: agpl-3.0
|
3 |
-
---
|
|
|
|
|
|
|
|
train/101.jpg → bstdev--touhou_portraits/imagefolder-train.parquet
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35687dd1cd26feac6260d45ee24a87a56a50c54dd6daa3bc020fb27264db626a
|
3 |
+
size 1386113
|
metadata.jsonl
DELETED
@@ -1,144 +0,0 @@
|
|
1 |
-
{"file_name": "135a.png","text": "a girl with pink hair and a green shirt holding a white cat"}
|
2 |
-
{"file_name": "51.png","text": "a drawing of a woman in a blue dress with horns"}
|
3 |
-
{"file_name": "114.png","text": "a girl in a dress holding a book in her hands"}
|
4 |
-
{"file_name": "10a.png","text": "a girl dressed in a purple and black dress and a fairy doll"}
|
5 |
-
{"file_name": "95.png","text": "a woman in a maid outfit holding a glass of wine"}
|
6 |
-
{"file_name": "72.png","text": "a girl in a pink shirt and purple skirt holding a cell phone"}
|
7 |
-
{"file_name": "42.png","text": "a girl with red hair holding a green and blue ball"}
|
8 |
-
{"file_name": "25.png","text": "a woman in a colorful outfit holding a white flag and pointing at it"}
|
9 |
-
{"file_name": "97a.png","text": "a girl with purple hair holding a stick and a knife"}
|
10 |
-
{"file_name": "37.png","text": "a girl with blue hair and a green dress is holding her arms out"}
|
11 |
-
{"file_name": "122.png","text": "a girl in a pink dress sitting on top of a table"}
|
12 |
-
{"file_name": "119.png","text": "a girl in a blue dress and green hat holding a stick"}
|
13 |
-
{"file_name": "15.png","text": "a girl with green hair and a red dress holding an umbrella"}
|
14 |
-
{"file_name": "39.png","text": "a girl with blue hair holding a stick and a knife"}
|
15 |
-
{"file_name": "45.png","text": "a cartoon girl sitting on top of a pile of clothes"}
|
16 |
-
{"file_name": "53.png","text": "a girl with purple hair holding a guitar and wearing a dress"}
|
17 |
-
{"file_name": "21.png","text": "a girl in a red and white outfit with a cat ears"}
|
18 |
-
{"file_name": "130.png","text": "two anime characters standing next to each other in a field"}
|
19 |
-
{"file_name": "17.png","text": "a woman in a purple dress holding a pink umbrella and a white cat"}
|
20 |
-
{"file_name": "47.png","text": "a girl with red hair wearing a red scarf and a blue cape"}
|
21 |
-
{"file_name": "18.png","text": "a woman in a white dress with a cat ears on her head"}
|
22 |
-
{"file_name": "117.png","text": "a drawing of a girl in a purple dress and hat"}
|
23 |
-
{"file_name": "111.png","text": "a girl with blonde hair and a crown on her head"}
|
24 |
-
{"file_name": "40.png","text": "a girl in a yellow dress and a brown hat is holding a cell phone"}
|
25 |
-
{"file_name": "105.png","text": "a picture of a girl with purple hair and a horse"}
|
26 |
-
{"file_name": "83.png","text": "a girl with black hair and a red hat holding a yellow flower"}
|
27 |
-
{"file_name": "104.png","text": "a girl in a dress and hat holding a cell phone"}
|
28 |
-
{"file_name": "112.png","text": "a girl dressed in a red outfit and a green christmas ornament"}
|
29 |
-
{"file_name": "108.png","text": "a girl with red hair wearing a green dress and hat"}
|
30 |
-
{"file_name": "139.png","text": "a drawing of a girl with horns and a bow on her head"}
|
31 |
-
{"file_name": "103.png","text": "a girl in a short dress and a top hat is standing in front of a black background"}
|
32 |
-
{"file_name": "24.png","text": "a woman in a red kimono holding a yellow object"}
|
33 |
-
{"file_name": "35.png","text": "a girl with an umbrella standing in front of a blue background"}
|
34 |
-
{"file_name": "19.png","text": "a girl in a green dress and hat holding a cell phone"}
|
35 |
-
{"file_name": "101.png","text": "a girl in a skirt with a bunny ears and a red tie"}
|
36 |
-
{"file_name": "92.png","text": "a girl dressed in a witch costume holding a red apple"}
|
37 |
-
{"file_name": "66.png","text": "a girl with green hair holding a knife and a green snake"}
|
38 |
-
{"file_name": "64.png","text": "a woman in a kimono outfit holding a large piece of paper"}
|
39 |
-
{"file_name": "89a.png","text": "a drawing of a girl dressed in a green dress and a green hat"}
|
40 |
-
{"file_name": "99.png","text": "a girl in a witch costume with a black hat and a pink scarf"}
|
41 |
-
{"file_name": "144.png","text": "a girl with purple hair sitting in front of a cake"}
|
42 |
-
{"file_name": "96.png","text": "a girl with blue hair and a flower in her hand"}
|
43 |
-
{"file_name": "34.png","text": "a drawing of a woman with long white hair and red eyes"}
|
44 |
-
{"file_name": "54.png","text": "a girl with pink hair and a hat holding a wand"}
|
45 |
-
{"file_name": "120.png","text": "a girl in a red dress with a red bow on her head"}
|
46 |
-
{"file_name": "123.png","text": "a woman sitting at a table with a glass of wine"}
|
47 |
-
{"file_name": "75.png","text": "a girl in a green skirt and a white shirt is holding a red ball"}
|
48 |
-
{"file_name": "115.png","text": "a woman in a red and black uniform holding a sword"}
|
49 |
-
{"file_name": "52A.png","text": "a girl in a blue dress with pink hair and a blue bow"}
|
50 |
-
{"file_name": "79.png","text": "a drawing of a woman in a yellow coat holding a tennis racquet"}
|
51 |
-
{"file_name": "41.png","text": "a woman in a costume with a crown on her head"}
|
52 |
-
{"file_name": "58.png","text": "a girl with blue hair and a blue dress holding a wand"}
|
53 |
-
{"file_name": "33.png","text": "a girl sitting in a chair holding a mirror and a clock"}
|
54 |
-
{"file_name": "84.png","text": "a girl with pink hair wearing a purple and white dress"}
|
55 |
-
{"file_name": "136.png","text": "a drawing of a woman with a hat on her head"}
|
56 |
-
{"file_name": "81.png","text": "a woman with purple hair and a red dress holding a magnifying glass"}
|
57 |
-
{"file_name": "61.png","text": "a girl in a dress with a leaf on her head"}
|
58 |
-
{"file_name": "67.png","text": "a woman in a black dress holding a red and blue umbrella"}
|
59 |
-
{"file_name": "14.png","text": "a woman with green hair wearing a blue and white uniform"}
|
60 |
-
{"file_name": "4.png","text": "a drawing of a girl with white hair and a red dress"}
|
61 |
-
{"file_name": "80.png","text": "a cartoon girl wearing a purple dress and a big hat"}
|
62 |
-
{"file_name": "26.png","text": "a girl with horns on her head is holding a knife"}
|
63 |
-
{"file_name": "77.png","text": "a girl with red hair holding a wand and a blue ball"}
|
64 |
-
{"file_name": "134a.png","text": "a girl holding a bird in front of a flowering tree"}
|
65 |
-
{"file_name": "49.png","text": "a girl in a dress holding a tennis racquet"}
|
66 |
-
{"file_name": "87.png","text": "a girl in a pink dress with a white hat and red eyes"}
|
67 |
-
{"file_name": "88.png","text": "a girl in a dress and a hat with a bird on her head"}
|
68 |
-
{"file_name": "12a.png","text": "a girl with long white hair wearing a white dress and a green tie"}
|
69 |
-
{"file_name": "93.png","text": "a girl in a green dress holding a sword and a white swan"}
|
70 |
-
{"file_name": "22.png","text": "a woman in a blue outfit holding a pair of chopsticks"}
|
71 |
-
{"file_name": "128.png","text": "a couple of anime characters standing in front of a purple background"}
|
72 |
-
{"file_name": "11.png","text": "a girl in a dress with wings on her head and a flower in her hand"}
|
73 |
-
{"file_name": "38.png","text": "a cartoon girl with long green hair and horns on her head"}
|
74 |
-
{"file_name": "142.png","text": "a drawing of a girl with a hat on her head"}
|
75 |
-
{"file_name": "78.png","text": "a girl with blonde hair wearing a purple and white outfit"}
|
76 |
-
{"file_name": "71.png","text": "a woman in a black and white dress holding a sword"}
|
77 |
-
{"file_name": "86.png","text": "a girl with long white hair wearing a purple dress and a purple hat"}
|
78 |
-
{"file_name": "27.png","text": "a woman in a yellow dress holding a cell phone with horns on it"}
|
79 |
-
{"file_name": "118.png","text": "a girl in a red dress and a red hat with flowers on it"}
|
80 |
-
{"file_name": "121.png","text": "a girl with green hair sitting in a barrel of wine"}
|
81 |
-
{"file_name": "20.png","text": "a girl in a red dress with a bird on her arm"}
|
82 |
-
{"file_name": "91.png","text": "a girl in a red and white dress holding a baseball bat"}
|
83 |
-
{"file_name": "57.png","text": "a girl in a dress and a top hat with her hands out"}
|
84 |
-
{"file_name": "94.png","text": "a girl in a red and white dress holding a stick"}
|
85 |
-
{"file_name": "13a.png","text": "a girl in a pink dress with long hair and big eyes"}
|
86 |
-
{"file_name": "74.png","text": "a girl with blonde hair wearing a red dress and a hat"}
|
87 |
-
{"file_name": "125.png","text": "a girl in a white shirt is holding her finger up"}
|
88 |
-
{"file_name": "113.png","text": "a woman in a dress and hat holding a trumpet in her hand"}
|
89 |
-
{"file_name": "106.png","text": "a drawing of a woman in a white dress and a red hat"}
|
90 |
-
{"file_name": "29.png","text": "a girl in a yellow dress with bunny ears on her head"}
|
91 |
-
{"file_name": "131a.png","text": "a picture of a girl in a black dress and a girl in a white dress"}
|
92 |
-
{"file_name": "5.png","text": "a girl in a red dress with a green bow on her head"}
|
93 |
-
{"file_name": "68.png","text": "a girl in a dress holding a stick and a cat"}
|
94 |
-
{"file_name": "9.png","text": "a girl with red hair holding a sword and a flag"}
|
95 |
-
{"file_name": "107.png","text": "a girl with green hair and a red dress holding an umbrella"}
|
96 |
-
{"file_name": "109a.png","text": "a girl with purple hair and a blue bow on her head"}
|
97 |
-
{"file_name": "3.png","text": "a girl with long purple hair and a white hat holding a cell phone"}
|
98 |
-
{"file_name": "60.png","text": "a girl with headphones holding a bat and wearing a dress"}
|
99 |
-
{"file_name": "126.png","text": "a couple of anime characters standing next to each other on a colorful background"}
|
100 |
-
{"file_name": "82.png","text": "a girl with green hair and a green snake around her neck"}
|
101 |
-
{"file_name": "56.png","text": "a girl in a red shirt and black pants with a purple hat"}
|
102 |
-
{"file_name": "124.png","text": "a cartoon girl holding a bowl of food in her hands"}
|
103 |
-
{"file_name": "1.png","text": "a girl in a blue dress with white hair and blue eyes"}
|
104 |
-
{"file_name": "59.png","text": "a girl with green hair wearing a purple dress and a blue tie"}
|
105 |
-
{"file_name": "36.png","text": "a woman in a green and pink dress holding a broom"}
|
106 |
-
{"file_name": "133a.png","text": "a cartoon picture of a woman dressed in a witch costume"}
|
107 |
-
{"file_name": "48.png","text": "a woman in a red kimono holding a pair of scissors"}
|
108 |
-
{"file_name": "44.png","text": "a cartoon girl dressed as a clown with a tennis racket"}
|
109 |
-
{"file_name": "33aA.png","text": "a girl with pink hair wearing a purple and black dress"}
|
110 |
-
{"file_name": "137.png","text": "a drawing of a girl with a green leaf on her head"}
|
111 |
-
{"file_name": "31.png","text": "a cartoon girl in a white dress with a pink bow"}
|
112 |
-
{"file_name": "69.png","text": "a woman in a sailor outfit holding a pair of scissors"}
|
113 |
-
{"file_name": "141.png","text": "a black and white picture of a girl with a guitar"}
|
114 |
-
{"file_name": "98.png","text": "a woman holding a lit candle in one hand and a fire in the other"}
|
115 |
-
{"file_name": "28.png","text": "a girl in a cowboy outfit with a knife in her hand"}
|
116 |
-
{"file_name": "70.png","text": "a cartoon girl with blue hair holding a banana in her hand"}
|
117 |
-
{"file_name": "138.png","text": "a drawing of a girl with blue hair holding a cell phone"}
|
118 |
-
{"file_name": "76.png","text": "a girl with purple hair wearing a blue dress and holding a red heart"}
|
119 |
-
{"file_name": "90.png","text": "a girl with purple hair wearing a red dress and a bow"}
|
120 |
-
{"file_name": "110.png","text": "a girl with blonde hair and a blue dress holding a book"}
|
121 |
-
{"file_name": "16.png","text": "a girl in a white dress holding a wand and a rose"}
|
122 |
-
{"file_name": "116.png","text": "a girl with long black hair standing in front of a candle"}
|
123 |
-
{"file_name": "129.png","text": "a couple of anime characters standing next to each other in a dark room"}
|
124 |
-
{"file_name": "2.png","text": "a girl in a red dress with a bow on her head"}
|
125 |
-
{"file_name": "8.png","text": "a girl with a bird on her shoulder and a bird on her shoulder"}
|
126 |
-
{"file_name": "63.png","text": "a girl with blue hair holding an umbrella in the rain"}
|
127 |
-
{"file_name": "127a.png","text": "a girl with purple hair wearing a green dress and a white hat"}
|
128 |
-
{"file_name": "7.png","text": "a girl with pink hair wearing a purple and white outfit"}
|
129 |
-
{"file_name": "85.png","text": "a girl with green hair wearing a white shirt and blue skirt"}
|
130 |
-
{"file_name": "73.png","text": "a girl with a unicorn horn holding a frisbee"}
|
131 |
-
{"file_name": "65.png","text": "a woman holding a cat in her right hand and a cat in her left hand"}
|
132 |
-
{"file_name": "23.png","text": "a girl with blue hair is holding a stick and a bag"}
|
133 |
-
{"file_name": "43.png","text": "a girl in a polka dot dress holding a pink ball"}
|
134 |
-
{"file_name": "140.png","text": "a drawing of a girl with green hair and a dress"}
|
135 |
-
{"file_name": "46.png","text": "a girl in a green dress with a purple belt and a purple purse"}
|
136 |
-
{"file_name": "132a.png","text": "a woman in a purple dress and a man in a black hat"}
|
137 |
-
{"file_name": "32.png","text": "a drawing of a girl in a pink dress and hat"}
|
138 |
-
{"file_name": "62.png","text": "a girl with blue hair and a pink coat holding a stick"}
|
139 |
-
{"file_name": "143.png","text": "a woman in a dress sitting on a rock next to a body of water"}
|
140 |
-
{"file_name": "102.png","text": "a woman in a red and white dress with a big hat"}
|
141 |
-
{"file_name": "30.png","text": "a girl with blue hair wearing a green hat and holding a sword"}
|
142 |
-
{"file_name": "55.png","text": "a girl in a blue dress holding a white bird in her hand"}
|
143 |
-
{"file_name": "50.png","text": "a girl with red hair sitting on a chair holding a red umbrella"
|
144 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
train/1.jpg
DELETED
Git LFS Details
|
train/102.jpg
DELETED
Git LFS Details
|
train/103.jpg
DELETED
Git LFS Details
|
train/104.jpg
DELETED
Git LFS Details
|
train/105.jpg
DELETED
Git LFS Details
|
train/106.jpg
DELETED
Git LFS Details
|
train/107.jpg
DELETED
Git LFS Details
|
train/108.jpg
DELETED
Git LFS Details
|
train/109a.jpg
DELETED
Git LFS Details
|
train/10a.jpg
DELETED
Git LFS Details
|
train/11.jpg
DELETED
Git LFS Details
|
train/110.jpg
DELETED
Git LFS Details
|
train/111.jpg
DELETED
Git LFS Details
|
train/112.jpg
DELETED
Git LFS Details
|
train/113.jpg
DELETED
Git LFS Details
|
train/114.jpg
DELETED
Git LFS Details
|
train/115.jpg
DELETED
Git LFS Details
|
train/116.jpg
DELETED
Git LFS Details
|
train/117.jpg
DELETED
Git LFS Details
|
train/118.jpg
DELETED
Git LFS Details
|
train/119.jpg
DELETED
Git LFS Details
|
train/120.jpg
DELETED
Git LFS Details
|
train/121.jpg
DELETED
Git LFS Details
|
train/122.jpg
DELETED
Git LFS Details
|
train/123.jpg
DELETED
Git LFS Details
|
train/124.jpg
DELETED
Git LFS Details
|
train/125.jpg
DELETED
Git LFS Details
|
train/126.jpg
DELETED
Git LFS Details
|
train/127a.jpg
DELETED
Git LFS Details
|
train/128.jpg
DELETED
Git LFS Details
|
train/129.jpg
DELETED
Git LFS Details
|
train/12a.jpg
DELETED
Git LFS Details
|
train/130.jpg
DELETED
Git LFS Details
|
train/131a.jpg
DELETED
Git LFS Details
|
train/132a.jpg
DELETED
Git LFS Details
|
train/133a.jpg
DELETED
Git LFS Details
|
train/134a.jpg
DELETED
Git LFS Details
|
train/135a.jpg
DELETED
Git LFS Details
|
train/136.jpg
DELETED
Git LFS Details
|
train/137.jpg
DELETED
Git LFS Details
|
train/138.jpg
DELETED
Git LFS Details
|
train/139.jpg
DELETED
Git LFS Details
|
train/13a.jpg
DELETED
Git LFS Details
|
train/14.jpg
DELETED
Git LFS Details
|
train/140.jpg
DELETED
Git LFS Details
|
train/141.jpg
DELETED
Git LFS Details
|