apal commited on
Commit
93cbf7b
·
1 Parent(s): ba68b61

Update SkyScenes.py

Browse files
Files changed (1) hide show
  1. SkyScenes.py +7 -8
SkyScenes.py CHANGED
@@ -1,7 +1,6 @@
1
  import collections
2
  import json
3
  import os
4
-
5
  import datasets
6
 
7
 
@@ -48,18 +47,18 @@ class SKYSCENES(datasets.GeneratorBasedBuilder):
48
  name="full",
49
  description="Full version of skyscenes dataset.",
50
  data_urls={
51
- "Images": "https://huggingface.co/datasets/hoffman-lab/SkyScenes/blob/main/Images/H_15_P_0/ClearNight/Town01.tar.gz",
52
- "Segment": "https://huggingface.co/datasets/hoffman-lab/SkyScenes/blob/main/Images/H_15_P_0/ClearNight/Town02.tar.gz",
53
- "Depth": "https://huggingface.co/datasets/hoffman-lab/SkyScenes/blob/main/Images/H_15_P_0/ClearNight/Town03.tar.gz",
54
  },
55
  ),
56
  SKYSCENESConfig(
57
  name="mini",
58
- description="Mini version of satellite-building-segmentation dataset.",
59
  data_urls={
60
- "Images": "https://huggingface.co/datasets/hoffman-lab/SkyScenes/blob/main/Images/H_15_P_0/ClearNight/Town01.tar.gz",
61
- "Segment": "https://huggingface.co/datasets/hoffman-lab/SkyScenes/blob/main/Images/H_15_P_0/ClearNight/Town02.tar.gz",
62
- "Depth": "https://huggingface.co/datasets/hoffman-lab/SkyScenes/blob/main/Images/H_15_P_0/ClearNight/Town03.tar.gz",
63
  },
64
  )
65
  ]
 
1
  import collections
2
  import json
3
  import os
 
4
  import datasets
5
 
6
 
 
47
  name="full",
48
  description="Full version of skyscenes dataset.",
49
  data_urls={
50
+ "Images": "https://huggingface.co/datasets/hoffman-lab/SkyScenes/resolve/main/Images/H_15_P_0/ClearNight/Town01.tar.gz",
51
+ "Segment": "https://huggingface.co/datasets/hoffman-lab/SkyScenes/resolve/main/Images/H_15_P_0/ClearNight/Town02.tar.gz",
52
+ "Depth": "https://huggingface.co/datasets/hoffman-lab/SkyScenes/resolve/main/Images/H_15_P_0/ClearNight/Town03.tar.gz",
53
  },
54
  ),
55
  SKYSCENESConfig(
56
  name="mini",
57
+ description="Mini version of skyscenes dataset.",
58
  data_urls={
59
+ "Images": "https://huggingface.co/datasets/hoffman-lab/SkyScenes/resolve/main/Images/H_15_P_0/ClearNight/Town01.tar.gz",
60
+ "Segment": "https://huggingface.co/datasets/hoffman-lab/SkyScenes/resolve/main/Images/H_15_P_0/ClearNight/Town02.tar.gz",
61
+ "Depth": "https://huggingface.co/datasets/hoffman-lab/SkyScenes/resolve/main/Images/H_15_P_0/ClearNight/Town03.tar.gz",
62
  },
63
  )
64
  ]