ShixuanAn commited on
Commit
6eb3c7c
1 Parent(s): c836c23

Update RDD_2020.py

Browse files
Files changed (1) hide show
  1. 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
- # "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({
 
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({