lreal commited on
Commit
337c85a
·
verified ·
1 Parent(s): e52a429

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -19,11 +19,11 @@ It is reccomended to just download files using wget rather than cloning the enti
19
 
20
  For dataset .zip file:
21
  ```
22
- wget https://huggingface.co/datasets/lreal/BingRecycle40k/resolve/main/BingRecycle40k_rev1.zip
23
  ```
24
- For dataset classes.txt file:
25
  ```
26
- wget https://huggingface.co/datasets/lreal/BingRecycle40k/resolve/main/classes.txt
27
  ```
28
 
29
  If you would like to create your own split, please refer to the [YOLO Conversion Repo](https://github.com/real6c/yolo-cls-dataset-converter) I made to automate this. You will also need to download both .zip files in the pre-split-dataset directory.
 
19
 
20
  For dataset .zip file:
21
  ```
22
+ wget https://huggingface.co/datasets/lreal/BingRecycle40k/resolve/main/BingRecycle40k_39class_rev1.zip
23
  ```
24
+ Or if you also need the dataset classes.txt file:
25
  ```
26
+ wget https://huggingface.co/datasets/lreal/BingRecycle40k/resolve/main/BingRecycle40k_39class_rev1_classes.txt
27
  ```
28
 
29
  If you would like to create your own split, please refer to the [YOLO Conversion Repo](https://github.com/real6c/yolo-cls-dataset-converter) I made to automate this. You will also need to download both .zip files in the pre-split-dataset directory.