mirror of
https://github.com/qurator-spk/sbb_textline_detection.git
synced 2025-06-09 11:50:02 +02:00
🧹 sbb_textline_detector: Remove debug print()s
This commit is contained in:
parent
b960d00018
commit
d5a020fb3a
1 changed files with 0 additions and 2 deletions
|
@ -43,7 +43,6 @@ class textlineerkenner:
|
|||
try:
|
||||
self.f_name = image_dir.split('/')[len(image_dir.split('/')) - 1]
|
||||
self.f_name = self.f_name.split('.')[0]
|
||||
print(self.f_name)
|
||||
except:
|
||||
self.f_name = self.f_name.split('.')[0]
|
||||
self.dir_models = dir_models
|
||||
|
@ -367,7 +366,6 @@ class textlineerkenner:
|
|||
return img_r
|
||||
|
||||
def get_image_and_scales(self):
|
||||
print(self.image_dir)
|
||||
self.image = cv2.imread(self.image_dir)
|
||||
self.height_org = self.image.shape[0]
|
||||
self.width_org = self.image.shape[1]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue