resolve
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ language:
|
|
| 7 |
<div align="center">
|
| 8 |
|
| 9 |
# SkyScenes: A Synthetic Dataset for Aerial Scene Understanding
|
| 10 |
-
[Sahil Khose](https://sahilkhose.github.io/)\*, [Anisha Pal](https://anipal.github.io/)\*, [Aayushi Agarwal](https://www.linkedin.com/in/aayushiag/)\*, [Deepanshi
|
| 11 |
</div>
|
| 12 |
|
| 13 |
<!-- This repository is the official Pytorch implementation for [SkyScenes](). -->
|
|
@@ -286,8 +286,8 @@ weather=('ClearNoon' 'ClearNight' 'ClearSunset' 'CloudyNoon' 'MidRainyNoon')
|
|
| 286 |
#Change here to download a specific Town subset, for example - Town07
|
| 287 |
layout=('Town01' 'Town02' 'Town03' 'Town04' 'Town05' 'Town06' 'Town07' 'Town10HD')
|
| 288 |
|
| 289 |
-
#Change here for any specific annotation, for example - https://huggingface.co/datasets/hoffman-lab/SkyScenes/
|
| 290 |
-
base_url=('https://huggingface.co/datasets/hoffman-lab/SkyScenes/
|
| 291 |
|
| 292 |
#Change here for base download folder
|
| 293 |
base_download_folder='SkyScenes'
|
|
|
|
| 7 |
<div align="center">
|
| 8 |
|
| 9 |
# SkyScenes: A Synthetic Dataset for Aerial Scene Understanding
|
| 10 |
+
[Sahil Khose](https://sahilkhose.github.io/)\*, [Anisha Pal](https://anipal.github.io/)\*, [Aayushi Agarwal](https://www.linkedin.com/in/aayushiag/)\*, [Deepanshi](https://www.linkedin.com/in/deepanshi-d/)\*, [Judy Hoffman](https://faculty.cc.gatech.edu/~judy/), [Prithvijit Chattopadhyay](https://prithv1.xyz/)
|
| 11 |
</div>
|
| 12 |
|
| 13 |
<!-- This repository is the official Pytorch implementation for [SkyScenes](). -->
|
|
|
|
| 286 |
#Change here to download a specific Town subset, for example - Town07
|
| 287 |
layout=('Town01' 'Town02' 'Town03' 'Town04' 'Town05' 'Town06' 'Town07' 'Town10HD')
|
| 288 |
|
| 289 |
+
#Change here for any specific annotation, for example - https://huggingface.co/datasets/hoffman-lab/SkyScenes/resolve/main/Segment
|
| 290 |
+
base_url=('https://huggingface.co/datasets/hoffman-lab/SkyScenes/resolve/main/Images' 'https://huggingface.co/datasets/hoffman-lab/SkyScenes/resolve/main/Segment' 'https://huggingface.co/datasets/hoffman-lab/SkyScenes/resolve/main/Instance''https://huggingface.co/datasets/hoffman-lab/SkyScenes/resolve/main/Depth')
|
| 291 |
|
| 292 |
#Change here for base download folder
|
| 293 |
base_download_folder='SkyScenes'
|