Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add support for EfficientSAM #228

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/efficient_sam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# efficient_sam module

::: samgeo.efficient_sam
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,6 @@ nav:
- common module: common.md
- samgeo module: samgeo.md
- fast_sam module: fast_sam.md
- efficient_sam module: efficient_sam.md
- hq_sam module: hq_sam.md
- text_sam module: text_sam.md
1 change: 0 additions & 1 deletion samgeo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
__email__ = "giswqs@gmail.com"
__version__ = "0.10.6"


from .samgeo import *
Loading
Loading