Datasets:

Modalities:
Image
Text
ArXiv:
Libraries:
Datasets
brianestadimas commited on
Commit
3fb3fe3
·
verified ·
1 Parent(s): 604865a

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
Files changed (50) hide show
  1. dataset.yaml +20 -0
  2. process.ipynb +133 -0
  3. segments/train/C_Train_Armored_Personnel_Carrier_14.png +3 -0
  4. segments/train/C_Train_Armored_Personnel_Carrier_168.png +3 -0
  5. segments/train/C_Train_Armored_Personnel_Carrier_174.png +3 -0
  6. segments/train/C_Train_Armored_Personnel_Carrier_195.png +3 -0
  7. segments/train/C_Train_Armored_Personnel_Carrier_231.png +3 -0
  8. segments/train/C_Train_Armored_Personnel_Carrier_53.png +3 -0
  9. segments/train/C_Train_Armored_Personnel_Carrier_75.png +3 -0
  10. segments/train/C_Train_Armored_Personnel_Carrier_8.png +3 -0
  11. segments/train/C_Train_Armored_Personnel_Carrier_92.png +3 -0
  12. segments/train/C_Train_Bulldozer_103.png +3 -0
  13. segments/train/C_Train_Bulldozer_127.png +3 -0
  14. segments/train/C_Train_Bulldozer_17.png +3 -0
  15. segments/train/C_Train_Bulldozer_61.png +3 -0
  16. segments/train/C_Train_Bulldozer_95.png +3 -0
  17. segments/train/C_Train_Cement_Mixer_Truck_148.png +3 -0
  18. segments/train/C_Train_Cement_Mixer_Truck_160.png +3 -0
  19. segments/train/C_Train_Cement_Mixer_Truck_30.png +3 -0
  20. segments/train/C_Train_Cement_Mixer_Truck_45.png +3 -0
  21. segments/train/C_Train_Cement_Mixer_Truck_6.png +3 -0
  22. segments/train/C_Train_Cement_Mixer_Truck_81.png +3 -0
  23. segments/train/C_Train_Cement_Mixer_Truck_82.png +3 -0
  24. segments/train/C_Train_Commercial_Airplane_112.png +3 -0
  25. segments/train/C_Train_Commercial_Airplane_173.png +3 -0
  26. segments/train/C_Train_Commercial_Airplane_254.png +3 -0
  27. segments/train/C_Train_Commercial_Airplane_273.png +3 -0
  28. segments/train/C_Train_Commercial_Airplane_275.png +3 -0
  29. segments/train/C_Train_Commercial_Airplane_51.png +3 -0
  30. segments/train/C_Train_Commercial_Airplane_69.png +3 -0
  31. segments/train/C_Train_Commercial_Airplane_78.png +3 -0
  32. segments/train/C_Train_Dump_Truck_152.png +3 -0
  33. segments/train/C_Train_Dump_Truck_209.png +3 -0
  34. segments/train/C_Train_Dump_Truck_216.png +3 -0
  35. segments/train/C_Train_Dump_Truck_30.png +3 -0
  36. segments/train/C_Train_Dump_Truck_53.png +3 -0
  37. segments/train/C_Train_Dump_Truck_61.png +3 -0
  38. segments/train/C_Train_Dump_Truck_79.png +3 -0
  39. segments/train/C_Train_Dump_Truck_87.png +3 -0
  40. segments/train/C_Train_Fighter_Jet_157.png +3 -0
  41. segments/train/C_Train_Fighter_Jet_163.png +3 -0
  42. segments/train/C_Train_Fighter_Jet_219.png +3 -0
  43. segments/train/C_Train_Fighter_Jet_256.png +3 -0
  44. segments/train/C_Train_Fighter_Jet_273.png +3 -0
  45. segments/train/C_Train_Fighter_Jet_30.png +3 -0
  46. segments/train/C_Train_Fighter_Jet_61.png +3 -0
  47. segments/train/C_Train_Fighter_Jet_9.png +3 -0
  48. segments/train/C_Train_Microcar_0.png +3 -0
  49. segments/train/C_Train_Microcar_11.png +3 -0
  50. segments/train/C_Train_Microcar_166.png +3 -0
dataset.yaml ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ path: .
2
+ train: images/train
3
+ val:
4
+ names:
5
+ 0: Armored_Personnel_Carrier
6
+ 1: Bulldozer
7
+ 2: Cement_Mixer_Truck
8
+ 3: Commercial_Airplane
9
+ 4: Dump_Truck
10
+ 5: Fighter_Jet
11
+ 6: Microcar
12
+ 7: Military_Helicopter
13
+ 8: Military_Tank
14
+ 9: Military_Truck
15
+ 10: Motorcycle
16
+ 11: Pickup_Truck
17
+ 12: Sedan_Car
18
+ 13: Sport_Car
19
+ 14: SUV
20
+ 15: Transport_Helicopter
process.ipynb ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "code",
5
+ "execution_count": 1,
6
+ "metadata": {},
7
+ "outputs": [
8
+ {
9
+ "name": "stderr",
10
+ "output_type": "stream",
11
+ "text": [
12
+ "Processing Samples: 100%|██████████| 4931/4931 [6:09:48<00:00, 4.50s/it] "
13
+ ]
14
+ },
15
+ {
16
+ "name": "stdout",
17
+ "output_type": "stream",
18
+ "text": [
19
+ "Dataset preparation complete.\n"
20
+ ]
21
+ },
22
+ {
23
+ "name": "stderr",
24
+ "output_type": "stream",
25
+ "text": [
26
+ "\n"
27
+ ]
28
+ }
29
+ ],
30
+ "source": [
31
+ "import os\n",
32
+ "import json\n",
33
+ "import requests\n",
34
+ "from tqdm import tqdm\n",
35
+ "\n",
36
+ "# Load the JSON file\n",
37
+ "json_file_path = \"Train-v2.json\" # Update this with the actual file path\n",
38
+ "with open(json_file_path, 'r') as f:\n",
39
+ " data = json.load(f)\n",
40
+ "\n",
41
+ "# Create directories for images, labels, and segments\n",
42
+ "images_dir = \"images/train\"\n",
43
+ "labels_dir = \"labels/train\"\n",
44
+ "segments_dir = \"segments/train\"\n",
45
+ "os.makedirs(images_dir, exist_ok=True)\n",
46
+ "os.makedirs(labels_dir, exist_ok=True)\n",
47
+ "os.makedirs(segments_dir, exist_ok=True)\n",
48
+ "\n",
49
+ "# Helper function to download images or segmentations\n",
50
+ "def download_image(url, output_path):\n",
51
+ " response = requests.get(url)\n",
52
+ " if response.status_code == 200:\n",
53
+ " with open(output_path, 'wb') as f:\n",
54
+ " f.write(response.content)\n",
55
+ "\n",
56
+ "# Prepare YOLO labels\n",
57
+ "category_id_mapping = {cat['id']: i-1 for i, cat in enumerate(data['dataset']['task_attributes']['categories'], 1)} # Mapping category_id to YOLO class id\n",
58
+ "category_names = {i-1: cat['name'] for i, cat in enumerate(data['dataset']['task_attributes']['categories'], 1)} # YOLO class names\n",
59
+ "\n",
60
+ "# Iterate through the dataset samples\n",
61
+ "for sample in tqdm(data['dataset']['samples'], desc=\"Processing Samples\"):\n",
62
+ " label_status = sample['labels'].get('ground-truth', {}).get('label_status', 'SKIPPED')\n",
63
+ " \n",
64
+ " if label_status == \"LABELED\":\n",
65
+ " image_url = sample['attributes']['image']['url']\n",
66
+ " image_name = sample['name']\n",
67
+ " image_output_path = os.path.join(images_dir, image_name)\n",
68
+ "\n",
69
+ " # Download the image\n",
70
+ " download_image(image_url, image_output_path)\n",
71
+ "\n",
72
+ " # Download segmentation bitmap (if any)\n",
73
+ " segmentation_url = sample['labels']['ground-truth']['attributes'].get('segmentation_bitmap', {}).get('url')\n",
74
+ " if segmentation_url:\n",
75
+ " seg_output_path = os.path.join(segments_dir, image_name)\n",
76
+ " download_image(segmentation_url, seg_output_path)\n",
77
+ "\n",
78
+ " # Write annotations to label files in YOLO format\n",
79
+ " label_output_path = os.path.join(labels_dir, os.path.splitext(image_name)[0] + \".txt\")\n",
80
+ " annotations = sample['labels']['ground-truth']['attributes']['annotations']\n",
81
+ "\n",
82
+ " with open(label_output_path, 'w') as f:\n",
83
+ " for annotation in annotations:\n",
84
+ " category_id = annotation['category_id']\n",
85
+ " yolo_class_id = category_id_mapping[category_id]\n",
86
+ " # YOLO format typically expects: class_id, x_center, y_center, width, height\n",
87
+ " # Since we have segmentation, we may only record class_id here for simplicity.\n",
88
+ " # Modify this part to handle polygon or bounding box coordinates if necessary.\n",
89
+ " f.write(f\"{yolo_class_id}\\n\")\n",
90
+ "\n",
91
+ "# Create YAML file for YOLO segmentation\n",
92
+ "yaml_content = {\n",
93
+ " 'path': '.', # Root path\n",
94
+ " 'train': 'images/train', # Path to training images\n",
95
+ " 'val': '', # No validation set\n",
96
+ " 'names': category_names\n",
97
+ "}\n",
98
+ "\n",
99
+ "yaml_file_path = \"dataset.yaml\"\n",
100
+ "with open(yaml_file_path, 'w') as yaml_file:\n",
101
+ " yaml_file.write(f\"path: {yaml_content['path']}\\n\")\n",
102
+ " yaml_file.write(f\"train: {yaml_content['train']}\\n\")\n",
103
+ " yaml_file.write(f\"val: {yaml_content['val']}\\n\")\n",
104
+ " yaml_file.write(\"names:\\n\")\n",
105
+ " for i, name in yaml_content['names'].items():\n",
106
+ " yaml_file.write(f\" {i}: {name}\\n\")\n",
107
+ "\n",
108
+ "print(\"Dataset preparation complete.\")\n"
109
+ ]
110
+ }
111
+ ],
112
+ "metadata": {
113
+ "kernelspec": {
114
+ "display_name": "sgrs",
115
+ "language": "python",
116
+ "name": "python3"
117
+ },
118
+ "language_info": {
119
+ "codemirror_mode": {
120
+ "name": "ipython",
121
+ "version": 3
122
+ },
123
+ "file_extension": ".py",
124
+ "mimetype": "text/x-python",
125
+ "name": "python",
126
+ "nbconvert_exporter": "python",
127
+ "pygments_lexer": "ipython3",
128
+ "version": "3.11.5"
129
+ }
130
+ },
131
+ "nbformat": 4,
132
+ "nbformat_minor": 2
133
+ }
segments/train/C_Train_Armored_Personnel_Carrier_14.png ADDED

Git LFS Details

  • SHA256: 4f8684cbf21a78911cf8115aeef1664cbe31293eb580c0813777a48c71c68b00
  • Pointer size: 130 Bytes
  • Size of remote file: 14.6 kB
segments/train/C_Train_Armored_Personnel_Carrier_168.png ADDED

Git LFS Details

  • SHA256: 2a7e27430fb435b1eaae0a3c167ec7b41337183c24cea61237b8ee0085fb4018
  • Pointer size: 130 Bytes
  • Size of remote file: 17 kB
segments/train/C_Train_Armored_Personnel_Carrier_174.png ADDED

Git LFS Details

  • SHA256: ec13721193ad9d0a6ec5079c30a685eaafb9f1f6d828cb716326ee9d1a0e4200
  • Pointer size: 130 Bytes
  • Size of remote file: 18.8 kB
segments/train/C_Train_Armored_Personnel_Carrier_195.png ADDED

Git LFS Details

  • SHA256: 17196fbc13e88ec0931be5609b0663753ada591da5264248aa8aad5d014891b3
  • Pointer size: 130 Bytes
  • Size of remote file: 17.4 kB
segments/train/C_Train_Armored_Personnel_Carrier_231.png ADDED

Git LFS Details

  • SHA256: 0bacfde011bff14ecfcad9d6ae5f1777a8bc0623e78501b611a526bdf39a78f9
  • Pointer size: 130 Bytes
  • Size of remote file: 17.3 kB
segments/train/C_Train_Armored_Personnel_Carrier_53.png ADDED

Git LFS Details

  • SHA256: 3520f505a068914c91b081fbb03f8fe1c123cae4f01fc960abb031f4220dd96f
  • Pointer size: 130 Bytes
  • Size of remote file: 19.6 kB
segments/train/C_Train_Armored_Personnel_Carrier_75.png ADDED

Git LFS Details

  • SHA256: 9fb8a3c2130c7bb8b2d2a6f23341eba1019053a1cf023d1386f9f2d517118c8c
  • Pointer size: 130 Bytes
  • Size of remote file: 21.5 kB
segments/train/C_Train_Armored_Personnel_Carrier_8.png ADDED

Git LFS Details

  • SHA256: 53b408cc6dee486049bb2a5a33ce32bcaf20913038805f5539c203439c49394e
  • Pointer size: 130 Bytes
  • Size of remote file: 14.3 kB
segments/train/C_Train_Armored_Personnel_Carrier_92.png ADDED

Git LFS Details

  • SHA256: 459e6318669ad9ed887f98d5b01588a3f28376116b00281965350a219bd79194
  • Pointer size: 130 Bytes
  • Size of remote file: 18.9 kB
segments/train/C_Train_Bulldozer_103.png ADDED

Git LFS Details

  • SHA256: 016712a584987b3460a11bdb911d5dfa5a2dbbc5f2f8c9e400529f97b599c88c
  • Pointer size: 130 Bytes
  • Size of remote file: 18.3 kB
segments/train/C_Train_Bulldozer_127.png ADDED

Git LFS Details

  • SHA256: d8ad5de6ddd7a0d96d49d80198b7e8feed71fa94361f8cda007aac4daff0ed73
  • Pointer size: 130 Bytes
  • Size of remote file: 16.9 kB
segments/train/C_Train_Bulldozer_17.png ADDED

Git LFS Details

  • SHA256: 8f47a662b9e4e0c864ed55482c5c6d24c3bce8b87aeb0071e87258b84f4b8454
  • Pointer size: 130 Bytes
  • Size of remote file: 16.5 kB
segments/train/C_Train_Bulldozer_61.png ADDED

Git LFS Details

  • SHA256: 93fd753154c7af0acaedb006220376b6384768709323f979fc78ef09144a7e31
  • Pointer size: 130 Bytes
  • Size of remote file: 18.4 kB
segments/train/C_Train_Bulldozer_95.png ADDED

Git LFS Details

  • SHA256: c09084f8699255e2e0db9317070b1ef1b1afe9e1627f57e3835afdcc3ccf1bef
  • Pointer size: 130 Bytes
  • Size of remote file: 22.8 kB
segments/train/C_Train_Cement_Mixer_Truck_148.png ADDED

Git LFS Details

  • SHA256: 5ed13e7597893507ed8c27f7787da58fd8c3693e23bb8893d856143f04dcf6e9
  • Pointer size: 130 Bytes
  • Size of remote file: 16.7 kB
segments/train/C_Train_Cement_Mixer_Truck_160.png ADDED

Git LFS Details

  • SHA256: b2e0e21d30652b71699869fba09e0b0f5f8072883a239517dcba985cc52228f2
  • Pointer size: 130 Bytes
  • Size of remote file: 20.2 kB
segments/train/C_Train_Cement_Mixer_Truck_30.png ADDED

Git LFS Details

  • SHA256: a9d4b4ff68b70af2c23b74e164b05aabcce45bf31e57376a9696cd61ae51fc83
  • Pointer size: 130 Bytes
  • Size of remote file: 18.8 kB
segments/train/C_Train_Cement_Mixer_Truck_45.png ADDED

Git LFS Details

  • SHA256: a100d2800d61373684e8134d8aaaeed855d7794b7db020fe3a8ce1a647bff01a
  • Pointer size: 130 Bytes
  • Size of remote file: 11.8 kB
segments/train/C_Train_Cement_Mixer_Truck_6.png ADDED

Git LFS Details

  • SHA256: a702481eeb13c23fab3b55440ddc16a2af3b3d07263869875e66b3b9199bbe4f
  • Pointer size: 130 Bytes
  • Size of remote file: 14.6 kB
segments/train/C_Train_Cement_Mixer_Truck_81.png ADDED

Git LFS Details

  • SHA256: f761c6585a5df03d5b879406e2c4488bbe41dedebf8e3dcda396567132a02d23
  • Pointer size: 130 Bytes
  • Size of remote file: 14.3 kB
segments/train/C_Train_Cement_Mixer_Truck_82.png ADDED

Git LFS Details

  • SHA256: e4c963d1a81ae682cdb03881578aa8e7cab1c51920fb9757c2ef41b1460463a9
  • Pointer size: 130 Bytes
  • Size of remote file: 18 kB
segments/train/C_Train_Commercial_Airplane_112.png ADDED

Git LFS Details

  • SHA256: c6fb04a468cd2ba71bc27ff515852723c852c549663ad827fa35dbc381c8a421
  • Pointer size: 130 Bytes
  • Size of remote file: 13.2 kB
segments/train/C_Train_Commercial_Airplane_173.png ADDED

Git LFS Details

  • SHA256: 79721b9ac86792f2b624d707c82beab92caa125b254d8884f8efb9eb14abd2c7
  • Pointer size: 130 Bytes
  • Size of remote file: 12.6 kB
segments/train/C_Train_Commercial_Airplane_254.png ADDED

Git LFS Details

  • SHA256: 7606be04c568c7d9ae93496801f09129aff87096736da6bde46397f62bd3e3be
  • Pointer size: 130 Bytes
  • Size of remote file: 14.1 kB
segments/train/C_Train_Commercial_Airplane_273.png ADDED

Git LFS Details

  • SHA256: 056cd35cfd4ef5c3b2892f4e0aed102c189ec12ec9348c815abc0cda7144cec1
  • Pointer size: 130 Bytes
  • Size of remote file: 10.3 kB
segments/train/C_Train_Commercial_Airplane_275.png ADDED

Git LFS Details

  • SHA256: fc4b565be1e69b03998841b4b5960f0d3153e5da1a85359e5c32d7bb9409a19f
  • Pointer size: 130 Bytes
  • Size of remote file: 19.8 kB
segments/train/C_Train_Commercial_Airplane_51.png ADDED

Git LFS Details

  • SHA256: c417800208c51b7db0aad9f4c05aa712a6e356e6cc43a82462d4eb7e2d6fd98f
  • Pointer size: 130 Bytes
  • Size of remote file: 10.1 kB
segments/train/C_Train_Commercial_Airplane_69.png ADDED

Git LFS Details

  • SHA256: f3bfd1488065171f34de60ee31802accd3f842bab7664acd00a4fe79f0227331
  • Pointer size: 130 Bytes
  • Size of remote file: 10.2 kB
segments/train/C_Train_Commercial_Airplane_78.png ADDED

Git LFS Details

  • SHA256: 188b67ef88e5f5e08c266c6123240f4b9809bee81f591f30afb6b79980d5a489
  • Pointer size: 130 Bytes
  • Size of remote file: 13.1 kB
segments/train/C_Train_Dump_Truck_152.png ADDED

Git LFS Details

  • SHA256: 69e7561f5d5fb3fe89fc3715a6b10d7a97ce26258a171517c1d48edb1f96ab11
  • Pointer size: 130 Bytes
  • Size of remote file: 16.9 kB
segments/train/C_Train_Dump_Truck_209.png ADDED

Git LFS Details

  • SHA256: f88b966f6627b26c257de0fb2326645fcd9c7477fbaf568134fbce91941e97f3
  • Pointer size: 130 Bytes
  • Size of remote file: 19.3 kB
segments/train/C_Train_Dump_Truck_216.png ADDED

Git LFS Details

  • SHA256: f395b9f5b34744674ca61886e13e946a607651aadac70dc79324dbf23f421ff8
  • Pointer size: 130 Bytes
  • Size of remote file: 20 kB
segments/train/C_Train_Dump_Truck_30.png ADDED

Git LFS Details

  • SHA256: 4a0cc990a9490ef5ca09630c428d4f69f6ef6f83f5e89fa5ac459a7256942ca3
  • Pointer size: 130 Bytes
  • Size of remote file: 21.1 kB
segments/train/C_Train_Dump_Truck_53.png ADDED

Git LFS Details

  • SHA256: 8a30d59b46107fc5c1b5d57c6c3203d204794adabbcc8601a975dc4a4bc30c9b
  • Pointer size: 130 Bytes
  • Size of remote file: 19.1 kB
segments/train/C_Train_Dump_Truck_61.png ADDED

Git LFS Details

  • SHA256: 8d77dab607b8fd727bb93869abd66fd3512ca77de2dedfc87c474aed749511d2
  • Pointer size: 130 Bytes
  • Size of remote file: 17.1 kB
segments/train/C_Train_Dump_Truck_79.png ADDED

Git LFS Details

  • SHA256: 35dccc05037878b4cb9e574c23b1fef6e654846a856ed1c721e5204b944ae12e
  • Pointer size: 130 Bytes
  • Size of remote file: 14.5 kB
segments/train/C_Train_Dump_Truck_87.png ADDED

Git LFS Details

  • SHA256: be8f0dca7846255a88fa8eef134064239cd7e5de4a7c220312bc20b49f2d5bd1
  • Pointer size: 130 Bytes
  • Size of remote file: 21.4 kB
segments/train/C_Train_Fighter_Jet_157.png ADDED

Git LFS Details

  • SHA256: 2fd19885e6393f1646ea5873f1db63179c72344d769016a6ade980b55dc6e180
  • Pointer size: 130 Bytes
  • Size of remote file: 13.4 kB
segments/train/C_Train_Fighter_Jet_163.png ADDED

Git LFS Details

  • SHA256: 3e497246f116414555933b7baa500af87b870b70e0ea2a9f942688019ddeec11
  • Pointer size: 130 Bytes
  • Size of remote file: 14.4 kB
segments/train/C_Train_Fighter_Jet_219.png ADDED

Git LFS Details

  • SHA256: ef905b528cd2de7f0f02e0c020feba80b28bdc03c33ec25c1214140bda2e4cbc
  • Pointer size: 130 Bytes
  • Size of remote file: 16.2 kB
segments/train/C_Train_Fighter_Jet_256.png ADDED

Git LFS Details

  • SHA256: 6d0b80574469017a4fe6ab78dc2d3f4ae7eeaed6b411e80709bf9880c3c92cb5
  • Pointer size: 130 Bytes
  • Size of remote file: 13.2 kB
segments/train/C_Train_Fighter_Jet_273.png ADDED

Git LFS Details

  • SHA256: 96488909f55c97e374164afab9ccbd0582e6981a1051e3db109a773a6ea7d058
  • Pointer size: 130 Bytes
  • Size of remote file: 19.1 kB
segments/train/C_Train_Fighter_Jet_30.png ADDED

Git LFS Details

  • SHA256: 42b9b8b8d577d45c2649815eee2f1a2a1225d286626da1a3813ee454177b6362
  • Pointer size: 130 Bytes
  • Size of remote file: 27.1 kB
segments/train/C_Train_Fighter_Jet_61.png ADDED

Git LFS Details

  • SHA256: 74e902e78b41a19bdfcc527e5ac576cbb3fc9f2a7e7a84acc08633d9add83e90
  • Pointer size: 130 Bytes
  • Size of remote file: 18.3 kB
segments/train/C_Train_Fighter_Jet_9.png ADDED

Git LFS Details

  • SHA256: d440d25a3ffa6dba2f85372e9fbe1e802a0f68fe9fa4d04d45abc1f2c5f39564
  • Pointer size: 130 Bytes
  • Size of remote file: 12.1 kB
segments/train/C_Train_Microcar_0.png ADDED

Git LFS Details

  • SHA256: 991d049362f64bbc1db6fdaae5ee7b2c191b9e1b8dcf07a569a2426ceb8c8f37
  • Pointer size: 130 Bytes
  • Size of remote file: 19 kB
segments/train/C_Train_Microcar_11.png ADDED

Git LFS Details

  • SHA256: bc015c299c85766d97aed0b8214665be40fc20f09559e50e483fd6da26c6672a
  • Pointer size: 130 Bytes
  • Size of remote file: 13.5 kB
segments/train/C_Train_Microcar_166.png ADDED

Git LFS Details

  • SHA256: 826f439e8e92ce56d667a24385ae7b689737e9569e254db748612d7c4744a599
  • Pointer size: 130 Bytes
  • Size of remote file: 14 kB