Nov3
Joseph 2020-10-27 14:55:15 +05:30
parent c99e604e09
commit 668086c66f
1 changed files with 2 additions and 0 deletions

View File

@ -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: