v0.32.0
Browse filesSee https://github.com/quic/ai-hub-models/releases/v0.32.0 for changelog.
- .gitattributes +1 -0
- DEPLOYMENT_MODEL_LICENSE.pdf +3 -0
- LICENSE +2 -0
- README.md +2 -2
.gitattributes
CHANGED
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
Segment-Anything-Model-2_SAM2Decoder.dlc filter=lfs diff=lfs merge=lfs -text
|
37 |
Segment-Anything-Model-2_SAM2Encoder.dlc filter=lfs diff=lfs merge=lfs -text
|
|
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
Segment-Anything-Model-2_SAM2Decoder.dlc filter=lfs diff=lfs merge=lfs -text
|
37 |
Segment-Anything-Model-2_SAM2Encoder.dlc filter=lfs diff=lfs merge=lfs -text
|
38 |
+
DEPLOYMENT_MODEL_LICENSE.pdf filter=lfs diff=lfs merge=lfs -text
|
DEPLOYMENT_MODEL_LICENSE.pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4409f93b0e82531303b3e10f52f1fdfb56467a25f05b7441c6bbd8bb8a64b42c
|
3 |
+
size 109629
|
LICENSE
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
The license of the original trained model can be found at https://github.com/facebookresearch/sam2/blob/main/LICENSE.
|
2 |
+
The license for the deployable model files (.tflite, .onnx, .dlc, .bin, etc.) can be found in DEPLOYMENT_MODEL_LICENSE.pdf.
|
README.md
CHANGED
@@ -31,9 +31,9 @@ More details on model performance across various devices, can be found
|
|
31 |
- Model checkpoint: sam2.1_hiera_t
|
32 |
- Input resolution: 720p (720x1280)
|
33 |
- Number of parameters (SAM2Encoder): 33.5M
|
34 |
-
- Model size (SAM2Encoder): 128 MB
|
35 |
- Number of parameters (SAM2Decoder): 6.22M
|
36 |
-
- Model size (SAM2Decoder): 23.7 MB
|
37 |
|
38 |
| Model | Precision | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit | Target Model
|
39 |
|---|---|---|---|---|---|---|---|---|
|
|
|
31 |
- Model checkpoint: sam2.1_hiera_t
|
32 |
- Input resolution: 720p (720x1280)
|
33 |
- Number of parameters (SAM2Encoder): 33.5M
|
34 |
+
- Model size (SAM2Encoder) (float): 128 MB
|
35 |
- Number of parameters (SAM2Decoder): 6.22M
|
36 |
+
- Model size (SAM2Decoder) (float): 23.7 MB
|
37 |
|
38 |
| Model | Precision | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit | Target Model
|
39 |
|---|---|---|---|---|---|---|---|---|
|