Datasets:
Tasks:
Object Detection
Size:
< 1K
Update pothole-segmentation.py
Browse files- pothole-segmentation.py +1 -1
pothole-segmentation.py
CHANGED
@@ -21,7 +21,7 @@ _CITATION = """\
|
|
21 |
note = { visited on 2023-06-13 },
|
22 |
}
|
23 |
"""
|
24 |
-
_CATEGORIES = ['potholes', 'object', 'pothole'
|
25 |
_ANNOTATION_FILENAME = "_annotations.coco.json"
|
26 |
|
27 |
|
|
|
21 |
note = { visited on 2023-06-13 },
|
22 |
}
|
23 |
"""
|
24 |
+
_CATEGORIES = ['potholes', 'object', 'pothole']
|
25 |
_ANNOTATION_FILENAME = "_annotations.coco.json"
|
26 |
|
27 |
|