Skip to content

Commit

Permalink
Use osam-sam and osam-efficientsam
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Jun 22, 2024
1 parent adaf2f7 commit 17e0b17
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 278 deletions.
3 changes: 3 additions & 0 deletions osam/_models.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# import modules to register the models
import osam_sam # noqa: F401
import osam_efficientsam # noqa: F401
2 changes: 0 additions & 2 deletions osam/_models/__init__.py

This file was deleted.

91 changes: 0 additions & 91 deletions osam/_models/_efficient_sam.py

This file was deleted.

185 changes: 0 additions & 185 deletions osam/_models/_sam.py

This file was deleted.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ dependencies = [
"fastapi",
"loguru",
"osam-core @ git+https://github.com/wkentaro/osam-core.git@b54b13ea1c093980faaa03beccfc13853dadbb00",
"osam-efficientsam @ git+https://github.com/wkentaro/osam-efficientsam.git@46a8f397786d3c3235f16eafacc886e193c037cc",
"osam-sam @ git+https://github.com/wkentaro/osam-sam.git@3f12c6981269a52cce73552a21f87942457804de",
"Pillow",
"uvicorn",
]
Expand Down
2 changes: 2 additions & 0 deletions src/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/osam-core
/osam-efficientsam
/osam-sam

0 comments on commit 17e0b17

Please sign in to comment.