UrbanSyn commited on
Commit
98a0fe9
1 Parent(s): 6eb9696

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -105,4 +105,15 @@ Funded by Grant agreement PID2020-115734RB-C21 "SSL-ADA" and Grant agreement PID
105
  - color: corresponds to the colour of the instance in the panoptic instance segmentation map inside panoptic folder.
106
  - label: defines the class name
107
  - occlusion_percentage: provides the occlusion percentatge of the object. Being 0 not occluded and 100 fully occluded.
108
- - ```depth```: contains the depth map of the image in EXR format.
 
 
 
 
 
 
 
 
 
 
 
 
105
  - color: corresponds to the colour of the instance in the panoptic instance segmentation map inside panoptic folder.
106
  - label: defines the class name
107
  - occlusion_percentage: provides the occlusion percentatge of the object. Being 0 not occluded and 100 fully occluded.
108
+ - ```depth```: contains the depth map of the image in EXR format.
109
+
110
+ ## Download locally with huggingface_hub library
111
+
112
+ - [Install huggingface_hub library](https://huggingface.co/docs/huggingface_hub/installation)
113
+ - You can download the dataset on Python this way:
114
+
115
+ ``` from huggingface_hub import snapshot_download ```
116
+
117
+ ``` snapshot_download(repo_id="UrbanSyn/UrbanSyn", repo_type="dataset") ```
118
+
119
+ - More information about how to download and additional options can be found [here](https://huggingface.co/docs/huggingface_hub/guides/download)