Spaces:
Running
Running
rem unw
Browse files
comic_panel_extractor/panel_extractor.py
CHANGED
|
@@ -208,7 +208,6 @@ class PanelExtractor:
|
|
| 208 |
area = w * h
|
| 209 |
|
| 210 |
if (
|
| 211 |
-
area >= self.config.min_area_ratio * image_area and
|
| 212 |
w >= self.config.min_width_ratio * width and
|
| 213 |
h >= self.config.min_height_ratio * height
|
| 214 |
):
|
|
|
|
| 208 |
area = w * h
|
| 209 |
|
| 210 |
if (
|
|
|
|
| 211 |
w >= self.config.min_width_ratio * width and
|
| 212 |
h >= self.config.min_height_ratio * height
|
| 213 |
):
|