carpedm20 commited on
Commit
6779db9
·
verified ·
1 Parent(s): 8834f08

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -7,12 +7,12 @@ Pre-built TensorRT engine for [SAM3](facebook/sam3) segmentation.
7
  | Setting | Value |
8
  |---------|-------|
9
  | Resolution | 1008x1008 |
10
- | Batch Size | 1-4 |
11
  | Text Max Length | 32 |
12
  | Precision | fp16 |
13
  | TensorRT | 10.14.1.48 |
14
  | Built on | NVIDIA GeForce RTX 4090 |
15
- | Engine Size | 1598.01 MB |
16
 
17
  ## Usage
18
 
@@ -31,4 +31,4 @@ result = await model.segment_text(image, payload=payload, text_prompts="person")
31
  make run-ai-local -- python -m scripts.tensorrt.sam3 --force
32
  ```
33
 
34
- Built at: 2026-01-22 11:28:01 UTC
 
7
  | Setting | Value |
8
  |---------|-------|
9
  | Resolution | 1008x1008 |
10
+ | Batch Size | 1-8 |
11
  | Text Max Length | 32 |
12
  | Precision | fp16 |
13
  | TensorRT | 10.14.1.48 |
14
  | Built on | NVIDIA GeForce RTX 4090 |
15
+ | Engine Size | 1597.92 MB |
16
 
17
  ## Usage
18
 
 
31
  make run-ai-local -- python -m scripts.tensorrt.sam3 --force
32
  ```
33
 
34
+ Built at: 2026-01-22 12:47:50 UTC