cooper_robot commited on
Commit ·
a7e41c4
1
Parent(s): d659e57
Add release note for v1.2.0
Browse files- .gitattributes +0 -3
- .gitignore +0 -6
- LICENSE +2 -2
- README.md +3 -1
- cv7_longclip_base_patch16_image_encoder.bin +3 -0
- cv7_longclip_base_patch16_text_encoder.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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LICENSE
CHANGED
|
@@ -178,7 +178,7 @@
|
|
| 178 |
APPENDIX: How to apply the Apache License to your work.
|
| 179 |
|
| 180 |
To apply the Apache License to your work, attach the following
|
| 181 |
-
boilerplate notice, with the fields enclosed by brackets "
|
| 182 |
replaced with your own identifying information. (Don't include
|
| 183 |
the brackets!) The text should be enclosed in the appropriate
|
| 184 |
comment syntax for the file format. We also recommend that a
|
|
@@ -186,7 +186,7 @@
|
|
| 186 |
same "printed page" as the copyright notice for easier
|
| 187 |
identification within third-party archives.
|
| 188 |
|
| 189 |
-
Copyright
|
| 190 |
|
| 191 |
Licensed under the Apache License, Version 2.0 (the "License");
|
| 192 |
you may not use this file except in compliance with the License.
|
|
|
|
| 178 |
APPENDIX: How to apply the Apache License to your work.
|
| 179 |
|
| 180 |
To apply the Apache License to your work, attach the following
|
| 181 |
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
| 182 |
replaced with your own identifying information. (Don't include
|
| 183 |
the brackets!) The text should be enclosed in the appropriate
|
| 184 |
comment syntax for the file format. We also recommend that a
|
|
|
|
| 186 |
same "printed page" as the copyright notice for easier
|
| 187 |
identification within third-party archives.
|
| 188 |
|
| 189 |
+
Copyright [yyyy] [name of copyright owner]
|
| 190 |
|
| 191 |
Licensed under the Apache License, Version 2.0 (the "License");
|
| 192 |
you may not use this file except in compliance with the License.
|
README.md
CHANGED
|
@@ -17,13 +17,15 @@ Model Configuration:
|
|
| 17 |
- Original Weight: [LongCLIP-B16](https://huggingface.co/BeichenZhang/LongCLIP-B/blob/main/longclip-B.pt)
|
| 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 |
| LongCLIP-B16 Image Encoder | N1-655 | [Model_Link](https://huggingface.co/Ambarella/LongCLIP/blob/main/n1-655_longclip_base_patch16_image_encoder.bin) |
|
| 26 |
| LongCLIP-B16 Text Encoder | N1-655 | [Model_Link](https://huggingface.co/Ambarella/LongCLIP/blob/main/n1-655_longclip_base_patch16_text_encoder.bin) |
|
|
|
|
|
|
|
| 27 |
| LongCLIP-B16 Image encoder | CV72 | [Model_Link](https://huggingface.co/Ambarella/LongCLIP/blob/main/cv72_longclip_base_patch16_image_encoder.bin) |
|
| 28 |
| LongCLIP-B16 Text Encoder | CV72 | [Model_Link](https://huggingface.co/Ambarella/LongCLIP/blob/main/cv72_longclip_base_patch16_text_encoder.bin) |
|
| 29 |
| LongCLIP-B16 Image encoder | CV75 | [Model_Link](https://huggingface.co/Ambarella/LongCLIP/blob/main/cv75_longclip_base_patch16_image_encoder.bin) |
|
|
|
|
| 17 |
- Original Weight: [LongCLIP-B16](https://huggingface.co/BeichenZhang/LongCLIP-B/blob/main/longclip-B.pt)
|
| 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 |
| LongCLIP-B16 Image Encoder | N1-655 | [Model_Link](https://huggingface.co/Ambarella/LongCLIP/blob/main/n1-655_longclip_base_patch16_image_encoder.bin) |
|
| 26 |
| LongCLIP-B16 Text Encoder | N1-655 | [Model_Link](https://huggingface.co/Ambarella/LongCLIP/blob/main/n1-655_longclip_base_patch16_text_encoder.bin) |
|
| 27 |
+
| LongCLIP-B16 Image encoder | CV7 | [Model_Link](https://huggingface.co/Ambarella/LongCLIP/blob/main/cv7_longclip_base_patch16_image_encoder.bin) |
|
| 28 |
+
| LongCLIP-B16 Text Encoder | CV7 | [Model_Link](https://huggingface.co/Ambarella/LongCLIP/blob/main/cv7_longclip_base_patch16_text_encoder.bin) |
|
| 29 |
| LongCLIP-B16 Image encoder | CV72 | [Model_Link](https://huggingface.co/Ambarella/LongCLIP/blob/main/cv72_longclip_base_patch16_image_encoder.bin) |
|
| 30 |
| LongCLIP-B16 Text Encoder | CV72 | [Model_Link](https://huggingface.co/Ambarella/LongCLIP/blob/main/cv72_longclip_base_patch16_text_encoder.bin) |
|
| 31 |
| LongCLIP-B16 Image encoder | CV75 | [Model_Link](https://huggingface.co/Ambarella/LongCLIP/blob/main/cv75_longclip_base_patch16_image_encoder.bin) |
|
cv7_longclip_base_patch16_image_encoder.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d420143f1804d03734cb29dd3273a5c032da6c020b3ae7ffde1b8f5d056f013
|
| 3 |
+
size 87880844
|
cv7_longclip_base_patch16_text_encoder.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e95a01b1837504e8c141f0103ec2a2fa3d2cb9ab0e093338a5e8c933da5666a
|
| 3 |
+
size 79276267
|