cooper_robot commited on
Commit ·
4c8bf33
1
Parent(s): ed11e10
Add release note for v1.2.0
Browse files- .gitattributes +0 -3
- .gitignore +0 -6
- README.md +3 -2
- cv7_resnet_v1.5_50.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: [ResNet50_Weights.IMAGENET1K_V2](https://download.pytorch.org/models/resnet50-11ad3fa6.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 |
| Resnet50 | N1-655 | [Model_Link](https://huggingface.co/Ambarella/ResNet/blob/main/n1-655_resnet_v1.5_50.bin) |
|
|
|
|
| 26 |
| Resnet50 | CV72 | [Model_Link](https://huggingface.co/Ambarella/ResNet/blob/main/cv72_resnet_v1.5_50.bin) |
|
| 27 |
-
| Resnet50 | CV75 | [Model_Link](https://huggingface.co/Ambarella/ResNet/blob/main/cv75_resnet_v1.5_50.bin) |
|
|
|
|
| 17 |
- Original Weight: [ResNet50_Weights.IMAGENET1K_V2](https://download.pytorch.org/models/resnet50-11ad3fa6.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 |
| Resnet50 | N1-655 | [Model_Link](https://huggingface.co/Ambarella/ResNet/blob/main/n1-655_resnet_v1.5_50.bin) |
|
| 26 |
+
| Resnet50 | CV7 | [Model_Link](https://huggingface.co/Ambarella/ResNet/blob/main/cv7_resnet_v1.5_50.bin) |
|
| 27 |
| Resnet50 | CV72 | [Model_Link](https://huggingface.co/Ambarella/ResNet/blob/main/cv72_resnet_v1.5_50.bin) |
|
| 28 |
+
| Resnet50 | CV75 | [Model_Link](https://huggingface.co/Ambarella/ResNet/blob/main/cv75_resnet_v1.5_50.bin) |
|
cv7_resnet_v1.5_50.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a75ac3b4eacb94f01e5406131dfafbd100a47e8c53868613a023191328de7b67
|
| 3 |
+
size 13202590
|