DeepEdit: There is no change in the results after changing the foreground simulation points in the inference code #6579
Unanswered
praveenrp295
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Hi @praveenrp295 , Could you please help share more clear info about which tutorial or example you refer to? Thanks. |
Beta Was this translation helpful? Give feedback.
6 replies
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.
-
Problem: I am trying to improve the segmentation of an image by providing simulation points in the inference code ("LV": [[80, 57, 35]]). I have trained the model using the train.py script provided in the repository, and I am using the same model to predict the mask. However, some parts of the image are not segmented correctly, so I provided the location points as a list in the inference code ("LV": [[80, 57, 35]]). Unfortunately, the location of the mask is not improving in the output.
Need help. I am using deepedit algo.
Beta Was this translation helpful? Give feedback.
All reactions