Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ task_ids:
|
|
28 |
- multi-class-image-classification
|
29 |
---
|
30 |
|
31 |
-
|
32 |
|
33 |
<!-- MmCows is a large-scale multimodal dataset for behavior monitoring, health management, and dietary management of dairy cattle.
|
34 |
|
@@ -41,16 +41,16 @@ Details of the dataset and benchmarks are available at https://github.com/neis-l
|
|
41 |
|
42 |
Brief overview video: https://www.youtube.com/watch?v=YBDvz-HoLWg
|
43 |
|
44 |
-
Please read the instruction below for downloading.
|
45 |
-
|
46 |
<br />
|
47 |
|
48 |
-
|
|
|
|
|
49 |
```bash
|
50 |
pip install huggingface_hub
|
51 |
```
|
52 |
|
53 |
-
|
54 |
See the file structure [here](https://huggingface.co/datasets/neis-lab/mmcows/tree/main)
|
55 |
|
56 |
Using command line:
|
@@ -73,7 +73,7 @@ hf_hub_download(
|
|
73 |
)
|
74 |
```
|
75 |
|
76 |
-
|
77 |
Using command line:
|
78 |
```bash
|
79 |
huggingface-cli download \
|
|
|
28 |
- multi-class-image-classification
|
29 |
---
|
30 |
|
31 |
+
# MmCows: A Multimodal Dataset for Dairy Cattle Monitoring
|
32 |
|
33 |
<!-- MmCows is a large-scale multimodal dataset for behavior monitoring, health management, and dietary management of dairy cattle.
|
34 |
|
|
|
41 |
|
42 |
Brief overview video: https://www.youtube.com/watch?v=YBDvz-HoLWg
|
43 |
|
|
|
|
|
44 |
<br />
|
45 |
|
46 |
+
# Instruction for downloading
|
47 |
+
|
48 |
+
### 1. Install requirements
|
49 |
```bash
|
50 |
pip install huggingface_hub
|
51 |
```
|
52 |
|
53 |
+
### 2. Download a file individually
|
54 |
See the file structure [here](https://huggingface.co/datasets/neis-lab/mmcows/tree/main)
|
55 |
|
56 |
Using command line:
|
|
|
73 |
)
|
74 |
```
|
75 |
|
76 |
+
### 3. Download all files inside a folder
|
77 |
Using command line:
|
78 |
```bash
|
79 |
huggingface-cli download \
|