Upload folder using huggingface_hub
Browse files- README.md +13 -0
- dataset_meta.csv +1 -0
- zips/Bone/.gitkeep +0 -0
- zips/Breast/.gitkeep +0 -0
- zips/Fetus/.gitkeep +0 -0
- zips/Heart/.gitkeep +0 -0
- zips/Liver/.gitkeep +0 -0
- zips/Lung/.gitkeep +0 -0
- zips/Pancreas/.gitkeep +0 -0
- zips/Thyroid/.gitkeep +0 -0
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
|