manot commited on
Commit
f3f59bd
1 Parent(s): e085ecd

Update pothole-segmentation.py

Browse files
Files changed (1) hide show
  1. 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', 'potholes']
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