Datasets:

Modalities:
Image
ArXiv:
License:
JeffreyJsam commited on
Commit
20aef1c
·
verified ·
1 Parent(s): 691b7c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -73,7 +73,7 @@ dataset = load_dataset(
73
 
74
  ```
75
 
76
- Note: The directory/folder structure obtained from HuggingFace's load_dataset API includes chunks(eg, 000, 001, etc). Hence, it does not support YOLO training. For YOLO training or CIFAR-10 based directory structure, you can use the use of the tools/download_swim.py script.
77
 
78
  ## How to Download
79
 
 
73
 
74
  ```
75
 
76
+ Note: The directory/folder structure obtained from HuggingFace's load_dataset API includes chunks(eg, 000, 001, etc). Hence, it does not support YOLO training. For YOLO training or CIFAR-10 based directory structure, you can use the use of the utils/download_swim.py script.
77
 
78
  ## How to Download
79