Getting zero-shot inference working #37
Unanswered
AlexanderZeilmann
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently trying to get a zero-shot segmentation (= not using the classes in label_dict.json) working, i.e. something similar like the following segment anything approach but for 3D
Is there a tutorial/documentation how to do this?
Here is what I tried so far, and the various points I'm stuck:
Which tells me that my image is not working. 2. Question: how can I use a tensor as image?
3. Questions: Am I using the arguments
point
andpoint_label
correctly? (I want to mark class 1 at (50,50,50) and class 0 at (90,90,90))Okay, let's try an nii.gz example image:
This seems to work, but the segmentation looks rather bad. 4. Question: Is this expected or am I missing something?

Beta Was this translation helpful? Give feedback.
All reactions