add humanized tip (#47)

This commit is contained in:
Wang Xin 2024-03-09 21:06:02 +08:00 committed by GitHub
parent 1ceae85190
commit 94382c05f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ class Labelme2YOLO:
label: label_id for label_id, label in enumerate(label_list)
}
else:
logger.info("Searching label list from json files ...")
# get label list from json files for parallel processing
json_files = glob.glob(
os.path.join(self._json_dir, "**", "*.json"), recursive=True