Datasets:
Tasks:
Image Segmentation
Modalities:
Image
Formats:
parquet
Sub-tasks:
semantic-segmentation
Languages:
English
Size:
10K - 100K
License:
hassanjbara
commited on
Update README.md
Browse filesTaken from the kaggle repository [here](https://www.kaggle.com/datasets/yash92328/ai4mars-terrainaware-autonomous-driving-on-mars).
README.md
CHANGED
@@ -1,43 +1,82 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
|
5 |
+
license: cc0-1.0
|
6 |
+
license_name: cc0-1.0
|
7 |
+
license_link: https://creativecommons.org/publicdomain/zero/1.0/
|
8 |
+
|
9 |
+
tags:
|
10 |
+
- computer-vision
|
11 |
+
- autonomous-driving
|
12 |
+
- mars
|
13 |
+
- semantic-segmentation
|
14 |
+
- robotics
|
15 |
+
- space
|
16 |
+
|
17 |
+
annotations_creators:
|
18 |
+
- crowdsourced
|
19 |
+
- expert-generated
|
20 |
+
|
21 |
+
language_creators:
|
22 |
+
- found
|
23 |
+
|
24 |
+
language_details: en-US
|
25 |
+
|
26 |
+
pretty_name: AI4MARS - Terrain-Aware Autonomous Driving on Mars
|
27 |
+
|
28 |
+
size_categories:
|
29 |
+
- 100K<n<1M
|
30 |
+
|
31 |
+
source_datasets:
|
32 |
+
- original
|
33 |
+
|
34 |
+
task_categories:
|
35 |
+
- image-segmentation
|
36 |
+
|
37 |
+
task_ids:
|
38 |
+
- semantic-segmentation
|
39 |
+
|
40 |
+
paperswithcode_id: ai4mars
|
41 |
+
|
42 |
+
dataset_info:
|
43 |
+
features:
|
44 |
+
- name: image
|
45 |
+
dtype: image
|
46 |
+
- name: label_mask
|
47 |
+
dtype: image
|
48 |
+
- name: rover_mask
|
49 |
+
dtype: image
|
50 |
+
- name: range_mask
|
51 |
+
dtype: image
|
52 |
+
- name: has_masks
|
53 |
+
dtype: bool
|
54 |
+
- name: has_labels
|
55 |
+
dtype: bool
|
56 |
+
splits:
|
57 |
+
- name: train
|
58 |
+
num_bytes: 6187608143.0
|
59 |
+
num_examples: 18130
|
60 |
+
- name: test_min1
|
61 |
+
num_bytes: 109623610.0
|
62 |
+
num_examples: 322
|
63 |
+
- name: test_min2
|
64 |
+
num_bytes: 109462392.0
|
65 |
+
num_examples: 322
|
66 |
+
- name: test_min3
|
67 |
+
num_bytes: 109183059.0
|
68 |
+
num_examples: 322
|
69 |
+
download_size: 6465888396
|
70 |
+
dataset_size: 6515877204.0
|
71 |
+
configs:
|
72 |
+
- config_name: default
|
73 |
+
data_files:
|
74 |
+
- split: train
|
75 |
+
path: data/train-*
|
76 |
+
- split: test_min1
|
77 |
+
path: data/test_min1-*
|
78 |
+
- split: test_min2
|
79 |
+
path: data/test_min2-*
|
80 |
+
- split: test_min3
|
81 |
+
path: data/test_min3-*
|
82 |
+
---
|