File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ mkdir -p dataset
4040cd data
4141
4242# wilds dataset
43- git clone https://huggingface.co/datasets/ imageomics/mmla_wilds
43+ huggingface-cli download --repo-type dataset imageomics/mmla_wilds
4444# opc dataset
45- git clone https://huggingface.co/datasets/ imageomics/mmla_opc
45+ huggingface-cli download --repo-type dataset imageomics/mmla_opc
4646# mpala dataset
47- git clone https://huggingface.co/datasets/ imageomics/mmla_mpala
47+ huggingface-cli download --repo-type dataset imageomics/mmla_mpala
4848
4949# run the script to split the dataset into train and test sets
5050python prepare_yolo_dataset.py
@@ -108,4 +108,4 @@ See [HuggingFace Dataset Repo](https://huggingface.co/collections/imageomics/wil
108108 journal={arXiv preprint arXiv:2504.07744},
109109 year={2025}
110110}
111- ```
111+ ```
You can’t perform that action at this time.
0 commit comments