fix process metadata
This commit is contained in:
parent
d84472b95e
commit
828de0f3c9
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class image_classifier:
|
||||||
self._log.error(f"The file '{file}' is not readable.")
|
self._log.error(f"The file '{file}' is not readable.")
|
||||||
else:
|
else:
|
||||||
if self.is_image(file):
|
if self.is_image(file):
|
||||||
self.metadata = self.process_metadata(file)
|
self.process_metadata(file)
|
||||||
people = self.find_faces(file)
|
people = self.find_faces(file)
|
||||||
if people:
|
if people:
|
||||||
self._log.debug(f"Found {len(people)} known people in the image.")
|
self._log.debug(f"Found {len(people)} known people in the image.")
|
||||||
|
|
Loading…
Reference in a new issue