-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Added Segment Anything interactor for GPU/CPU #6008
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 tasks
bsekachev
changed the title
Finished Segment Anything interactor for GPU
Finished Segment Anything interactor for GPU/CPU
Apr 11, 2023
bsekachev
changed the title
Finished Segment Anything interactor for GPU/CPU
Added Segment Anything interactor for GPU/CPU
Apr 11, 2023
@bsekachev , need to add information into README.md as well. |
bsekachev
force-pushed
the
bs/sam_deploy_gpu
branch
from
April 11, 2023 19:17
00185f7
to
0663c20
Compare
bsekachev
force-pushed
the
bs/sam_deploy_gpu
branch
from
April 11, 2023 19:18
0663c20
to
725835e
Compare
nmanovic
reviewed
Apr 11, 2023
nmanovic
reviewed
Apr 11, 2023
nmanovic
reviewed
Apr 11, 2023
nmanovic
reviewed
Apr 11, 2023
nmanovic
reviewed
Apr 11, 2023
nmanovic
reviewed
Apr 11, 2023
nmanovic
approved these changes
Apr 11, 2023
Thank you very much for integrating this neural network! Works like fBRs, but much more accurate. It's great that it has an inference on both CPU and GPU. |
mikhail-treskin
pushed a commit
to retailnext/cvat
that referenced
this pull request
Jul 1, 2023
Idea of the PR is to finish this one cvat-ai#5990 Deploy for GPU: ``./deploy_gpu.sh pytorch/facebookresearch/sam/nuclio/`` Deploy for CPU: ``./deploy_cpu.sh pytorch/facebookresearch/sam/nuclio/`` If you want to use GPU, be sure you setup docker for this [guide](https://github.com/NVIDIA/nvidia-docker/blob/master/README.md#quickstart). Resolved issue cvat-ai#5984 But the interface probably can be improved Co-authored-by: Alx-Wo <alexander.wolpert@googlemail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation and context
Idea of the PR is to finish this one #5990
Deploy for GPU:
./deploy_gpu.sh pytorch/facebookresearch/sam/nuclio/
Deploy for CPU:
./deploy_cpu.sh pytorch/facebookresearch/sam/nuclio/
If you want to use GPU, be sure you setup docker for this guide.
How has this been tested?
Manual testing
Resolved issue #5984
But the interface probably can be improved
Checklist
develop
branch(cvat-canvas,
cvat-core,
cvat-data and
cvat-ui)
License
Feel free to contact the maintainers if that's a concern.