Skip to content
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

Segment anything model's prompt feature in mobile app #6

Open
spsaswat opened this issue Oct 25, 2023 · 4 comments
Open

Segment anything model's prompt feature in mobile app #6

spsaswat opened this issue Oct 25, 2023 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@spsaswat
Copy link
Owner

Use segment anything model's prompt feature to select an individual leaf and process it
Use either point or bounding box selection.

Below are some example ipynb.

https://github.com/facebookresearch/segment-anything/tree/main/notebooks

@spsaswat spsaswat added the enhancement New feature or request label Oct 25, 2023
@spsaswat
Copy link
Owner Author

https://pub.dev/packages/segment_anything/install

Please test the above package first then try to integrate to the app.

@spsaswat
Copy link
Owner Author

If the package does not work, use the SAM's default model file, which will be in .pth format. Convert it into tflite and see how it goes.

@spsaswat
Copy link
Owner Author

Donutcheese added a commit that referenced this issue Jul 31, 2024
…ite a new page for load the sam.onnx model, not complete yet #6
@Donutcheese
Copy link
Collaborator

https://github.com/ChaoningZhang/MobileSAM
https://docs.ultralytics.com/models/fast-sam/
have found some examples with mobileSAM, and YOLOv8-seg, this model has tflite type, i'm gonna do some research about it
https://docs.ultralytics.com/tasks/segment/#export

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants