mirror of https://github.com/JosephKJ/OWOD.git
Updates for MBZUAI server
parent
d622322332
commit
fbe47b87d8
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue