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
Either the current image_segmenter can become a subclass of the class from mpl-interactions or we can make it a new class that just uses the mpl-interactions version for the lassoing part and implements the buttons and such around that.
Currently the image shape is hardcoded in
on_select
AC295-final-project-JWI/lib/labelling.py
Lines 383 to 390 in 4f1831a
this is bad because it will always fail with differently shaped images. This should be fixed to use the shape of the current image.
The text was updated successfully, but these errors were encountered: