You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running ./ohnoify.py ./build/originals/media/tumblr_owj0qjOPZ01vbwf2ko1_1280.png -o /tmp --debug with the comic from http://webcomicname.com/post/165508600064, this debug output is produced:
From the interactive debug, it seems like the first panel is detected as having ten sides because it isn't detected as fully connected at the top left corner. It doesn't prevent the panel we want from being detected and clipped, but when ohnoify.py is run normally this causes the panel count to be under 3 so the program will decide it's just not a comic.
Theories for fixing this:
currently the contour detection is augmented by some cheap threshold ops, maybe replacing this with Canny with a high aperture is a better bet
While running
./ohnoify.py ./build/originals/media/tumblr_owj0qjOPZ01vbwf2ko1_1280.png -o /tmp --debug
with the comic from http://webcomicname.com/post/165508600064, this debug output is produced:I'm on Arch Linux 5.0.7-vfio, with Python 3.7.3 and 2.7.16, OpenCV 4.1.0.
The text was updated successfully, but these errors were encountered: