cooper_robot commited on
Commit ·
e642c06
1
Parent(s): 5896240
Add release note for v1.2.0
Browse files- .gitattributes +0 -3
- .gitignore +0 -6
- README.md +2 -1
- cv7_swin_tiny_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,12 +17,13 @@ Model Configuration:
|
|
| 17 |
- Original Weight: [Swin_V2_T_Weights.IMAGENET1K_V1](https://download.pytorch.org/models/swin_v2_t-b137f0e2.pth)
|
| 18 |
- Resolution: 3x256x256
|
| 19 |
- Support Cooper version:
|
| 20 |
-
- Cooper SDK: [2.5.
|
| 21 |
- Cooper Foundry: [2.2]
|
| 22 |
|
| 23 |
| Model | Device | Model Link |
|
| 24 |
| :-----: | :-----: | :-----: |
|
| 25 |
| SwinV2-Tiny | N1-655 | [Model_Link](https://huggingface.co/Ambarella/SwinV2/blob/main/n1-655_swin_tiny_v2.bin) |
|
|
|
|
| 26 |
| SwinV2-Tiny | CV72 | [Model_Link](https://huggingface.co/Ambarella/SwinV2/blob/main/cv72_swin_tiny_v2.bin) |
|
| 27 |
| SwinV2-Tiny | CV75 | [Model_Link](https://huggingface.co/Ambarella/SwinV2/blob/main/cv75_swin_tiny_v2.bin) |
|
| 28 |
|
|
|
|
| 17 |
- Original Weight: [Swin_V2_T_Weights.IMAGENET1K_V1](https://download.pytorch.org/models/swin_v2_t-b137f0e2.pth)
|
| 18 |
- Resolution: 3x256x256
|
| 19 |
- Support Cooper version:
|
| 20 |
+
- Cooper SDK: [2.5.3]
|
| 21 |
- Cooper Foundry: [2.2]
|
| 22 |
|
| 23 |
| Model | Device | Model Link |
|
| 24 |
| :-----: | :-----: | :-----: |
|
| 25 |
| SwinV2-Tiny | N1-655 | [Model_Link](https://huggingface.co/Ambarella/SwinV2/blob/main/n1-655_swin_tiny_v2.bin) |
|
| 26 |
+
| SwinV2-Tiny | CV7 | [Model_Link](https://huggingface.co/Ambarella/SwinV2/blob/main/cv7_swin_tiny_v2.bin) |
|
| 27 |
| SwinV2-Tiny | CV72 | [Model_Link](https://huggingface.co/Ambarella/SwinV2/blob/main/cv72_swin_tiny_v2.bin) |
|
| 28 |
| SwinV2-Tiny | CV75 | [Model_Link](https://huggingface.co/Ambarella/SwinV2/blob/main/cv75_swin_tiny_v2.bin) |
|
| 29 |
|
cv7_swin_tiny_v2.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:225e964dcf02058ebfb0c5aacaff7885c9524cf6e44b325689044be691c2e510
|
| 3 |
+
size 32249570
|