-
Notifications
You must be signed in to change notification settings - Fork 18
[test][1/x] Test positive/negative clicks #1
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Great project, @geronimi73! No need to act on the PR at the moment. I am experimenting with runtime and model quality. I made some changes to support positive/negative clicks (quick hack to see if it works). This breaks multi-object segmentation, so the UI will need support for adding multiple objects |
|
great idea for a PR! thanks |
Summary: * Added support for multiple positive/negative clicks * Visualize model download time, image encoder time, and decoder time * URL input rather than image upload * Temp disabled analytics Test Plan: Tested locally
|
checked the preview, beautiful. thank you! i'll take a closer look later today |
|
lgtm, @raedle are you done? |
|
@geronimi73, it's not quite ready yet. There is a potential way to improve predictions for refinement clicks (i.e., inputs other than the first click). To achieve this, a small code change is needed. Specifically, the output mask scores from the previous step should be fed as Additionally, another detail worth trying out is using |
That sounds good. I'm pretty busy till the weekend but I'll try to put these things in |
|
added refinement clicks. The previous mask tensor is stored and sent to the decoder for the subsequent clicks. A test case would be nice. My feeling is the segmentation is a bit better now but i'm not 100% sure everything's correct. Do you have any images where passing a mask will make a huge difference? ps: sorry for the delay, first got sick and then overwhelmed by work |
|
I guess you're busy @raedle, anyway, thank you for this contribution! |
Summary:
Test Plan:
Tested locally