This commit is contained in:
huangtao
2022-07-27 17:55:52 +08:00
parent 7edddd1378
commit 4a15c93caf
5 changed files with 10 additions and 10 deletions

View File

@ -24,7 +24,7 @@ def caculate_label_numble(file_path):
if __name__=="__main__":
file_path = "paper_data/Annotations"
file_path = r"D:\PycharmProjects\ieemoo-ai-pack\paper_data\Annotations"
label_numble_info = caculate_label_numble(file_path)
for key, value in label_numble_info.items():
print('{}:{}'.format(key, value))