Added Live Preview via overlays#20
Conversation
…ce CPU if needed). TODO: make it default to GPU
… not working. Change this back aftewards
…mpt SAM with rpevious points + current mouse position as a positive point
… caused exception
|
Hey @rmdocherty, This looks really cool! However, I have to give you sadly the same response as on another pull request -> I am currently in a crunch time phase and won't be able to review this PR for a couple of weeks, as other projects have a higher priority right now. I will definitely take a look at it though and will set a reminder so I don't forget. I hope this is okay with you :) On a side note, the image looks like a CT mineral particle sample? Is that correct? Coincidently, I created an automatic segmentation method for these type of images called ParticleSeg3D. Maybe this is interesting to you :) GitHub: (https://github.com/MIC-DKFZ/ParticleSeg3D) Best regards, |
|
No worries! The image is a CT of catalyst particles (though I mainly do batteries), so similar to mineral samples - the framework looks interesting and I will try it out at some point |
Hi @Karol-G,
I was working on some Napari-SAM related stuff and got a 'live-view' working (where it prompts SAM at the cursor to show the label about to be placed).

Main changes:
Issues: