apal commited on
Commit
74419b7
1 Parent(s): 5c5d5e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -2,6 +2,15 @@
2
  license: mit
3
  language:
4
  - en
 
 
 
 
 
 
 
 
 
5
  ---
6
 
7
  <div align="center">
@@ -389,4 +398,4 @@ dataset = load_dataset('hoffman-lab/SkyScenes',name="H_35_P_45 depth")
389
  ### 💡 Notes
390
 
391
  - Depth and Instance segmentation maps are available for only H_35_P_45, other variations will be made available soon.
392
- - 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.
 
2
  license: mit
3
  language:
4
  - en
5
+ task_categories:
6
+ - object-detection
7
+ - depth-estimation
8
+ - image-segmentation
9
+ tags:
10
+ - aerial
11
+ - synthetic
12
+ - domain adaptation
13
+ - sim2real
14
  ---
15
 
16
  <div align="center">
 
398
  ### 💡 Notes
399
 
400
  - Depth and Instance segmentation maps are available for only H_35_P_45, other variations will be made available soon.
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.