Update RDD_2020.py
Browse files- RDD_2020.py +2 -2
RDD_2020.py
CHANGED
@@ -57,8 +57,8 @@ class RDD2020_Dataset(datasets.GeneratorBasedBuilder):
|
|
57 |
"height": datasets.Value("int32"),
|
58 |
"depth": datasets.Value("int32"),
|
59 |
}),
|
60 |
-
|
61 |
-
"image_path": datasets.Value("string"),
|
62 |
#"pics_array": datasets.Array3D(shape=(None, None, 3), dtype="uint8"),
|
63 |
"crack_type": datasets.Sequence(datasets.Value("string")),
|
64 |
"crack_coordinates": datasets.Sequence(datasets.Features({
|
|
|
57 |
"height": datasets.Value("int32"),
|
58 |
"depth": datasets.Value("int32"),
|
59 |
}),
|
60 |
+
"image": datasets.Value("string"),
|
61 |
+
#"image_path": datasets.Value("string"),
|
62 |
#"pics_array": datasets.Array3D(shape=(None, None, 3), dtype="uint8"),
|
63 |
"crack_type": datasets.Sequence(datasets.Value("string")),
|
64 |
"crack_coordinates": datasets.Sequence(datasets.Features({
|