Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -21,7 +21,7 @@ The engine is automatically downloaded when using SAM3 with TensorRT enabled.
|
|
| 21 |
```python
|
| 22 |
from ai.models.sam3 import Sam3SegmentationModel
|
| 23 |
|
| 24 |
-
model = Sam3SegmentationModel(
|
| 25 |
result = await model.segment_text(image, payload=payload, text_prompts="person")
|
| 26 |
```
|
| 27 |
|
|
|
|
| 21 |
```python
|
| 22 |
from ai.models.sam3 import Sam3SegmentationModel
|
| 23 |
|
| 24 |
+
model = Sam3SegmentationModel()
|
| 25 |
result = await model.segment_text(image, payload=payload, text_prompts="person")
|
| 26 |
```
|
| 27 |
|