Updates for MBZUAI server

Nov3
Joseph 2020-10-22 10:17:36 +05:30
parent d622322332
commit fbe47b87d8
1 changed files with 6 additions and 1 deletions

View File

@ -17,8 +17,13 @@ __all__ = ["load_voc_instances", "register_pascal_voc"]
CLASS_NAMES = (
"aeroplane", "bicycle", "bird", "boat", "bottle", "bus", "car", "cat",
"chair", "cow", "diningtable", "dog", "horse", "motorbike", "person",
"pottedplant", "sheep", "sofa", "train", "tvmonitor", "unknown"
"pottedplant", "sheep", "sofa", "train", "tvmonitor"
)
# CLASS_NAMES = (
# "aeroplane", "bicycle", "bird", "boat", "bottle", "bus", "car", "cat",
# "chair", "cow", "diningtable", "dog", "horse", "motorbike", "person",
# "pottedplant", "sheep", "sofa", "train", "tvmonitor", "unknown"
# )
# fmt: on