-
Notifications
You must be signed in to change notification settings - Fork 151
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 to perform "segment everything" and "salient instance segmentation"?? #1
Comments
Hi @xiankgx, thanks for your interest in this work. For segment everything, we are cleaning our code and adding it in the Colab notebook. For salient instance segmentation, we used our internal infra for the task and it may take a while to add it in the Colab notebook. When the code is ready, we will message you here. |
@yformer Thank you so much! Looking forward for that release. We're finding great use case for this. |
Looking forward "segment everything" and "salient instance segmentation" release |
I tried to perform "segment everything" like the original SAM and also changed some parameters (e.g. |
I am looking forward too "segment everything" |
I'm interested in segmenting salient objects, can this be done directly by using text prompts like "salient objects"? |
@xiankgx, @skylning, @exhyy, @bxl1234, @Horatio9702, The segment everything example can be seen at notebooks/EfficientSAM_segment_everything_example.ipynb. We will also add salient segmentation example. |
@yformer I tried "segment everything" and its current execution speed is very slow, much slower than "sam". What's going on? |
@bxl1234 It should not be the case. Can you share more information? |
@yformer |
you can change .cpu()2,cuda(), its work for me! in def run_everything_ours(): |
The speed of full segmentation inference is too slow.I cant find reason. |
@UyeYwb What is the input size of your images? how many fps did you get? Don't forget that images that are too large on input degrade the performance of your network. |
The input image I use is the dog image in the example. |
@yformer Thank you author for your release. Great job! |
@xiankgx @skylning @UyeYwb @exhyy @bxl1234 @Horatio9702, we released efficient track anything for unified image and video segmentation, https://github.com/yformer/EfficientTAM, which also supports segment everything |
Dear author, thank for releasing your model and Colab notebook on example usage. But in your Colab notebook, you demonstrated how to perform inference with box prompt and point prompt inputs. What about "segment everything" and "salient instance segmentation"? How do we do that? Can you please provide some examples.
The text was updated successfully, but these errors were encountered: