Commit
·
e2af70c
1
Parent(s):
e5b9259
dataset uploaded by roboflow2huggingface package
Browse files- README.md +1 -1
- data/test.zip +1 -1
- data/train.zip +1 -1
- data/valid.zip +1 -1
- garbage-object-detection.py +1 -1
README.md
CHANGED
@@ -27,7 +27,7 @@ https://universe.roboflow.com/material-identification/garbage-classification-3/d
|
|
27 |
publisher = { Roboflow },
|
28 |
year = { 2022 },
|
29 |
month = { mar },
|
30 |
-
note = { visited on 2023-01-
|
31 |
}
|
32 |
```
|
33 |
|
|
|
27 |
publisher = { Roboflow },
|
28 |
year = { 2022 },
|
29 |
month = { mar },
|
30 |
+
note = { visited on 2023-01-02 },
|
31 |
}
|
32 |
```
|
33 |
|
data/test.zip
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 19639153
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea0eb64f67acc5538e33437ba86a8a627ee0ad83fb3962e0265865e8db200381
|
3 |
size 19639153
|
data/train.zip
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 137708705
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73188a25d222221c073ed19d6b7000504f5af3813beeb311a194544c07d9cff1
|
3 |
size 137708705
|
data/valid.zip
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 38312703
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5ea506d91a077952d838f2103c4b7c3504ecc45a6355fa1a613bbcfd80c8569
|
3 |
size 38312703
|
garbage-object-detection.py
CHANGED
@@ -18,7 +18,7 @@ _CITATION = """\
|
|
18 |
publisher = { Roboflow },
|
19 |
year = { 2022 },
|
20 |
month = { mar },
|
21 |
-
note = { visited on 2023-01-
|
22 |
}
|
23 |
"""
|
24 |
_URLS = {
|
|
|
18 |
publisher = { Roboflow },
|
19 |
year = { 2022 },
|
20 |
month = { mar },
|
21 |
+
note = { visited on 2023-01-02 },
|
22 |
}
|
23 |
"""
|
24 |
_URLS = {
|