You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,14 @@ Install the package
27
27
pip install ptl-segment-anything-fast
28
28
```
29
29
30
+
## Usage
31
+
32
+
The package acts like a drop-in replacement for segment-anything.
33
+
34
+
So, for example, if you're currently doing `from segment_anything import sam_model_registry` you should be able to do `from segment_anything_fast import sam_model_registry`.
35
+
36
+
Please don't be shy to open a Github issue if you're missing functionality or find an issue. Thank you.
0 commit comments