Update test.py
Browse files
test.py
CHANGED
|
@@ -16,12 +16,12 @@ _HOMEPAGE = ""
|
|
| 16 |
|
| 17 |
_LICENSE = ""
|
| 18 |
|
| 19 |
-
_URL = "./"
|
| 20 |
|
| 21 |
-
_URLS = {
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
|
| 26 |
class imgdataset(datasets.GeneratorBasedBuilder):
|
| 27 |
""""""
|
|
|
|
| 16 |
|
| 17 |
_LICENSE = ""
|
| 18 |
|
| 19 |
+
# _URL = "./"
|
| 20 |
|
| 21 |
+
# _URLS = {
|
| 22 |
+
# "train": "/content/drive/MyDrive/",
|
| 23 |
+
# "reg": "/content/drive/MyDrive/",
|
| 24 |
+
# }
|
| 25 |
|
| 26 |
class imgdataset(datasets.GeneratorBasedBuilder):
|
| 27 |
""""""
|