mirror of https://github.com/JosephKJ/OWOD.git
Updates
parent
c99e604e09
commit
668086c66f
|
@ -95,6 +95,8 @@ def load_voc_coco_instances(dirname: str, split: str, class_names: Union[List[st
|
|||
# else:
|
||||
# cls = cls_name
|
||||
print(len(fileid))
|
||||
print(type(fileid))
|
||||
|
||||
if len(fileid) > 10:
|
||||
cls = "unknown"
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue