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:
|
# else:
|
||||||
# cls = cls_name
|
# cls = cls_name
|
||||||
print(len(fileid))
|
print(len(fileid))
|
||||||
|
print(type(fileid))
|
||||||
|
|
||||||
if len(fileid) > 10:
|
if len(fileid) > 10:
|
||||||
cls = "unknown"
|
cls = "unknown"
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue