Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -7,15 +7,15 @@ Pre-built TensorRT engine for [BiRefNet](ZhengPeng7/BiRefNet_dynamic) background
|
|
| 7 |
| Setting | Value |
|
| 8 |
|---------|-------|
|
| 9 |
| Resolution | 1024x1024 |
|
| 10 |
-
| Batch Size | 1-
|
| 11 |
| Precision | fp16 |
|
| 12 |
| TensorRT | 10.14.1.48 |
|
| 13 |
| Built on | NVIDIA GeForce RTX 4090 |
|
| 14 |
-
| Engine Size |
|
| 15 |
|
| 16 |
## Usage
|
| 17 |
|
| 18 |
-
The engine is automatically downloaded
|
| 19 |
|
| 20 |
```python
|
| 21 |
from ai.models.birefnet import BiRefNetSegmentationModel
|
|
@@ -30,4 +30,4 @@ result = await model.run(image, payload=payload)
|
|
| 30 |
make run-ai-local -- python -m scripts.tensorrt.birefnet --force
|
| 31 |
```
|
| 32 |
|
| 33 |
-
Built at: 2026-01-22 07:
|
|
|
|
| 7 |
| Setting | Value |
|
| 8 |
|---------|-------|
|
| 9 |
| Resolution | 1024x1024 |
|
| 10 |
+
| Batch Size | 1-4 |
|
| 11 |
| Precision | fp16 |
|
| 12 |
| TensorRT | 10.14.1.48 |
|
| 13 |
| Built on | NVIDIA GeForce RTX 4090 |
|
| 14 |
+
| Engine Size | 505.64 MB |
|
| 15 |
|
| 16 |
## Usage
|
| 17 |
|
| 18 |
+
The engine is automatically downloaded when using BiRefNet with TensorRT enabled.
|
| 19 |
|
| 20 |
```python
|
| 21 |
from ai.models.birefnet import BiRefNetSegmentationModel
|
|
|
|
| 30 |
make run-ai-local -- python -m scripts.tensorrt.birefnet --force
|
| 31 |
```
|
| 32 |
|
| 33 |
+
Built at: 2026-01-22 07:46:24 UTC
|