Skip to content

Commit d8db731

Browse files
authored
Update README.md
1 parent 1c338ba commit d8db731

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ Install the package
2727
pip install ptl-segment-anything-fast
2828
```
2929

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.
37+
3038
## Results
3139

3240
The results show a waterfall of techniques.

0 commit comments

Comments
 (0)