Skip to content

Commit

Permalink
delete printing resized image shape
Browse files Browse the repository at this point in the history
  • Loading branch information
vahid committed May 19, 2023
1 parent 45c40a5 commit b01888d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qurator/eynollah/eynollah.py
Original file line number Diff line number Diff line change
Expand Up @@ -2834,7 +2834,6 @@ def run(self):
self.reset_file_name_dir(os.path.join(self.dir_in,img_name))

img_res, is_image_enhanced, num_col_classifier, num_column_is_classified = self.run_enhancement(self.light_version)
print(img_res.shape)
self.logger.info("Enhancing took %.1fs ", time.time() - t0)

t1 = time.time()
Expand Down

0 comments on commit b01888d

Please sign in to comment.