cooper_robot commited on
Commit ·
57ced6d
1
Parent(s): 2a69503
Add release note for v1.2.0
Browse files- .gitattributes +0 -3
- .gitignore +0 -6
- README.md +2 -1
- cv7_mobilenet_v2.bin +3 -0
.gitattributes
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 2 |
-
*.png filter=lfs diff=lfs merge=lfs -text
|
| 3 |
-
*.tar filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
.gitignore
DELETED
|
@@ -1,6 +0,0 @@
|
|
| 1 |
-
n1_*.bin
|
| 2 |
-
|
| 3 |
-
# 确保所有 Git 相关文件不会被提交
|
| 4 |
-
.git*
|
| 5 |
-
!.gitattributes
|
| 6 |
-
!.gitignore
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
CHANGED
|
@@ -17,11 +17,12 @@ Model Configuration:
|
|
| 17 |
- Original Weight: [MobileNet_V2_Weights.IMAGENET1K_V2](https://download.pytorch.org/models/mobilenet_v2-7ebf99e0.pth)
|
| 18 |
- Resolution: 3x224x224
|
| 19 |
- Support Cooper version:
|
| 20 |
-
- Cooper SDK: [2.5.
|
| 21 |
- Cooper Foundry: [2.2]
|
| 22 |
|
| 23 |
| Model | Device | Model Link |
|
| 24 |
| :-----: | :-----: | :-----: |
|
| 25 |
| MobileNetV2 | N1-655 | [Model_Link](https://huggingface.co/Ambarella/MobileNetV2/blob/main/n1-655_mobilenet_v2.bin) |
|
|
|
|
| 26 |
| MobileNetV2 | CV72 | [Model_Link](https://huggingface.co/Ambarella/MobileNetV2/blob/main/cv72_mobilenet_v2.bin) |
|
| 27 |
| MobileNetV2 | CV75 | [Model_Link](https://huggingface.co/Ambarella/MobileNetV2/blob/main/cv75_mobilenet_v2.bin) |
|
|
|
|
| 17 |
- Original Weight: [MobileNet_V2_Weights.IMAGENET1K_V2](https://download.pytorch.org/models/mobilenet_v2-7ebf99e0.pth)
|
| 18 |
- Resolution: 3x224x224
|
| 19 |
- Support Cooper version:
|
| 20 |
+
- Cooper SDK: [2.5.3]
|
| 21 |
- Cooper Foundry: [2.2]
|
| 22 |
|
| 23 |
| Model | Device | Model Link |
|
| 24 |
| :-----: | :-----: | :-----: |
|
| 25 |
| MobileNetV2 | N1-655 | [Model_Link](https://huggingface.co/Ambarella/MobileNetV2/blob/main/n1-655_mobilenet_v2.bin) |
|
| 26 |
+
| MobileNetV2 | CV7 | [Model_Link](https://huggingface.co/Ambarella/MobileNetV2/blob/main/cv7_mobilenet_v2.bin) |
|
| 27 |
| MobileNetV2 | CV72 | [Model_Link](https://huggingface.co/Ambarella/MobileNetV2/blob/main/cv72_mobilenet_v2.bin) |
|
| 28 |
| MobileNetV2 | CV75 | [Model_Link](https://huggingface.co/Ambarella/MobileNetV2/blob/main/cv75_mobilenet_v2.bin) |
|
cv7_mobilenet_v2.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e172aea58e877097c0458ae0d82480b4879232d235fe217369718f23caabcd69
|
| 3 |
+
size 2961280
|