Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How deploy it when I have downloaded #5

Open
jerrychoices opened this issue Apr 10, 2023 · 2 comments
Open

How deploy it when I have downloaded #5

jerrychoices opened this issue Apr 10, 2023 · 2 comments

Comments

@jerrychoices
Copy link

Thanks to the author for open source, but I still don't quite understand how to use this code to get the interface SAM, can you give instructions in the readme, thank you very much

@JoOkuma
Copy link
Member

JoOkuma commented Apr 10, 2023

Hi @jerrychoices , thanks for the feedback.
I added more instructions, what do you think about them? Are they helpful?

@jerrychoices
Copy link
Author

jerrychoices commented Apr 11, 2023

Maybe just a enter codes:

from napari_segment_anything import SAMWidget
import napari

viewer = napari.Viewer()
sam_widget = SAMWidget(viewer)
viewer.window.add_dock_widget(sam_widget, name="name", area="right")
napari.run()

Hi @jerrychoices , thanks for the feedback. I added more instructions, what do you think about them? Are they helpful?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants