up log
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user