apal commited on
Commit
4409d90
1 Parent(s): d73953f

Release update

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -30,6 +30,8 @@ tags:
30
 
31
  <img src="./assets/skyscene_intro_teaser.png" 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.
@@ -287,7 +289,6 @@ The dataset is organized in the following structure:
287
  The dataset can be downloaded using both [datasets](https://huggingface.co/docs/datasets/index) library by Hugging Face and wget.
288
  Since SkyScenes offers variations across different axes we enable different subsets for download that can aid in model sensitivity analysis across these axes.
289
 
290
-
291
  ### Download instructions: wget
292
 
293
  **Example script for downloading different subsets of data using wget**
@@ -404,6 +405,7 @@ dataset = load_dataset('hoffman-lab/SkyScenes',name="H_35_P_45 depth")
404
  - Depth and Instance segmentation maps are available for only H_35_P_45, other variations will be made available soon.
405
  - 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.
406
 
 
407
  ## BibTex
408
 
409
  If you find this work useful please like ❤️ our dataset repo and cite 📄 our paper. Thanks for your support!
 
30
 
31
  <img src="./assets/skyscene_intro_teaser.png" width="100%"/>
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.
 
289
  The dataset can be downloaded using both [datasets](https://huggingface.co/docs/datasets/index) library by Hugging Face and wget.
290
  Since SkyScenes offers variations across different axes we enable different subsets for download that can aid in model sensitivity analysis across these axes.
291
 
 
292
  ### Download instructions: wget
293
 
294
  **Example script for downloading different subsets of data using wget**
 
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
+
409
  ## BibTex
410
 
411
  If you find this work useful please like ❤️ our dataset repo and cite 📄 our paper. Thanks for your support!