gauthamk commited on
Commit
7c23acd
·
verified ·
1 Parent(s): 0ecbe34

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # US Segmentation Dataset
2
+
3
+ The dataset is a collection of openly available ultrasound datasets.
4
+
5
+ The individual datasets are stored as zip files in the `zip` directory. The utility for extraction all of them will be provided later.
6
+
7
+ ## Instructions for uploading new datasets
8
+
9
+ 1. Download the dataset from the source
10
+ 2. Convert the dataset into a zip format if required
11
+ 3. Upload the zip file corresponding anatomy folder in the `zip` directory using the command: `hf upload [repo_id] [local_path] [path_in_repo] --repo-type dataset`
12
+
13
+ eg: `hf upload us-segmentator/us-segmentation-dataset local_path_to_zip_file.zip zips/<anatomy_name>/<zip_file_name>.zip --repo-type dataset`
dataset_meta.csv ADDED
@@ -0,0 +1 @@
 
 
1
+ S.No,Name,Source,License,Zip
zips/Bone/.gitkeep ADDED
File without changes
zips/Breast/.gitkeep ADDED
File without changes
zips/Fetus/.gitkeep ADDED
File without changes
zips/Heart/.gitkeep ADDED
File without changes
zips/Liver/.gitkeep ADDED
File without changes
zips/Lung/.gitkeep ADDED
File without changes
zips/Pancreas/.gitkeep ADDED
File without changes
zips/Thyroid/.gitkeep ADDED
File without changes