浏览代码

Merge branch 'master' of triton.inf-cv.uni-jena.de:ComputerVisionJena/cvdatasets

Dimitri Korsch 5 年之前
父节点
当前提交
7986d51bd9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cvdatasets/annotations/impl/imagenet.py

+ 1 - 1
cvdatasets/annotations/impl/imagenet.py

@@ -47,7 +47,7 @@ class INET_Annotations(PartsMixin, BaseAnnotations):
 
 				_content.append(fpath)
 
-		logging.info(f"Loaded {len(_content):,d} ({_skipped:,d} skipped) images from ")
+		logging.info(f"Loaded {len(_content):,d} ({_skipped:,d} skipped) images from \"{folder_path}\"")
 		setattr(self, attr, _content)