shows the number of images loaded #7

pull/8/head
toshiaki1729 2022-11-13 12:41:38 +09:00
parent ba5c22c1b0
commit ee94410453
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ class DatasetTagEditor:
self.construct_tag_counts()
self.set_img_filter_img_path()
print(f'Loading Completed.')
print(f'Loading Completed: {len(self.img_tag_dict)} images found')
def save_dataset(self, backup: bool) -> Tuple[int, int, str]: