Update README.md
Browse files
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/
|
| 23 |
```
|
| 24 |
-
|
| 25 |
```
|
| 26 |
-
wget https://huggingface.co/datasets/lreal/BingRecycle40k/resolve/main/
|
| 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.
|