famousdetectiveadrianmonk commited on
Commit
c6df728
·
verified ·
1 Parent(s): a2fe98a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -27
README.md CHANGED
@@ -1,27 +1,16 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: pixel_values
5
- dtype: image
6
- - name: latitude
7
- dtype: string
8
- - name: longitude
9
- dtype: string
10
- - name: date
11
- dtype: string
12
- - name: time
13
- dtype: string
14
- - name: speed
15
- dtype: string
16
- splits:
17
- - name: train
18
- num_bytes: 208591446.0
19
- num_examples: 100
20
- download_size: 208602201
21
- dataset_size: 208591446.0
22
- configs:
23
- - config_name: default
24
- data_files:
25
- - split: train
26
- path: data/train-*
27
- ---
 
1
+ # My Custom Dataset
2
+
3
+ ## Description
4
+ The original dataset was modified to inserto fake sensor information in bottom of image.
5
+ ## Attribution
6
+ This dataset is based on the original dataset provided by Segments.ai. The original dataset can be found at [https://huggingface.co/datasets/segments/sidewalk-semantic](https://huggingface.co/datasets/segments/sidewalk-semantic).
7
+
8
+ This dataset is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License. To view a copy of this license, visit [https://creativecommons.org/licenses/by-nc/4.0/](https://creativecommons.org/licenses/by-nc/4.0/).
9
+
10
+ ### Changes Made
11
+ - Added fake sensor information in bottom of image
12
+
13
+ ## License
14
+ This dataset is available under the Creative Commons Attribution-NonCommercial 4.0 International License. To view a copy of this license, visit [https://creativecommons.org/licenses/by-nc/4.0/](https://creativecommons.org/licenses/by-nc/4.0/).
15
+
16
+