sf_segmenter icon indicating copy to clipboard operation
sf_segmenter copied to clipboard

Note matplotlib is a dependency for the vis module

Open akx opened this issue 2 years ago • 0 comments

This PR:

  • notes matplotlib is an optional dependency to use sf_segmenter.vis
  • removes the unnecessary star-imports from the __init__ file (star imports are generally a bad idea, even more so if the intent is to re-export the names)

akx avatar Feb 08 '23 09:02 akx