Update README.md
Browse files
README.md
CHANGED
@@ -28,10 +28,8 @@ tags:
|
|
28 |
|
29 |
<!-- [![Watch the Demo](./assets/robust_aerial_videos.mp4)](./assets/robust_aerial_videos.mp4) -->
|
30 |
|
31 |
-
<img src="./assets/
|
32 |
-
|
33 |
-
## 🚀 Release Updates
|
34 |
-
Support for downloading the contents of [Images](https://huggingface.co/datasets/hoffman-lab/SkyScenes/tree/main/Images) using [datasets](https://huggingface.co/docs/datasets/index) is under developement and will be made available soon. In the meanwhile it is advised to use wget.
|
35 |
## Dataset Summary
|
36 |
|
37 |
Real-world aerial scene understanding is limited by a lack of datasets that contain densely annotated images curated under a diverse set of conditions.
|
@@ -295,7 +293,6 @@ Since SkyScenes offers variations across different axes we enable different subs
|
|
295 |
```bash
|
296 |
#!/bin/bash
|
297 |
#Change here to download a specific Height and Pitch Variation, for example - H_15_P_0
|
298 |
-
#Note- Currently supporting only H_35_P_45 for Instance and Depth Maps
|
299 |
# HP=('H_15_P_45' 'H_15_P_60' 'H_15_P_90')
|
300 |
HP=('H_15_P_0' 'H_15_P_45' 'H_15_P_60' 'H_15_P_90' 'H_35_P_0' 'H_35_P_45' 'H_35_P_60' 'H_35_P_90' 'H_60_P_0' 'H_60_P_45' 'H_60_P_60' 'H_60_P_90')
|
301 |
|
@@ -401,8 +398,6 @@ dataset = load_dataset('hoffman-lab/SkyScenes',name="H_35_P_45 depth")
|
|
401 |
```
|
402 |
|
403 |
### 💡 Notes
|
404 |
-
|
405 |
-
- Depth and Instance segmentation maps are available for only H_35_P_45, other variations will be made available soon.
|
406 |
- To prevent issues when loading datasets using [datasets](https://huggingface.co/docs/datasets/index) library, it is recommended to avoid downloading subsets that contain overlapping directories. If there are any overlapping directories between the existing downloads and new ones, it's essential to clear the .cache directory of any such overlaps before proceeding with the new downloads. This step will ensure a clean and conflict-free environment for handling datasets.
|
407 |
|
408 |
|
|
|
28 |
|
29 |
<!-- [![Watch the Demo](./assets/robust_aerial_videos.mp4)](./assets/robust_aerial_videos.mp4) -->
|
30 |
|
31 |
+
<img src="./assets/teaser.jpeg" width="100%"/>
|
32 |
+
|
|
|
|
|
33 |
## Dataset Summary
|
34 |
|
35 |
Real-world aerial scene understanding is limited by a lack of datasets that contain densely annotated images curated under a diverse set of conditions.
|
|
|
293 |
```bash
|
294 |
#!/bin/bash
|
295 |
#Change here to download a specific Height and Pitch Variation, for example - H_15_P_0
|
|
|
296 |
# HP=('H_15_P_45' 'H_15_P_60' 'H_15_P_90')
|
297 |
HP=('H_15_P_0' 'H_15_P_45' 'H_15_P_60' 'H_15_P_90' 'H_35_P_0' 'H_35_P_45' 'H_35_P_60' 'H_35_P_90' 'H_60_P_0' 'H_60_P_45' 'H_60_P_60' 'H_60_P_90')
|
298 |
|
|
|
398 |
```
|
399 |
|
400 |
### 💡 Notes
|
|
|
|
|
401 |
- To prevent issues when loading datasets using [datasets](https://huggingface.co/docs/datasets/index) library, it is recommended to avoid downloading subsets that contain overlapping directories. If there are any overlapping directories between the existing downloads and new ones, it's essential to clear the .cache directory of any such overlaps before proceeding with the new downloads. This step will ensure a clean and conflict-free environment for handling datasets.
|
402 |
|
403 |
|