cooper_robot commited on
Commit ·
cc3a4df
1
Parent(s): 259dea3
Add release note for v1.2.0
Browse files- .gitattributes +0 -3
- .gitignore +0 -6
- LICENSE +25 -2
- README.md +3 -2
- cv7_topformer_base.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.
|
|
@@ -199,3 +199,26 @@
|
|
| 199 |
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 200 |
See the License for the specific language governing permissions and
|
| 201 |
limitations under 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.
|
|
|
|
| 199 |
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 200 |
See the License for the specific language governing permissions and
|
| 201 |
limitations under the License.
|
| 202 |
+
|
| 203 |
+
|
| 204 |
+
MIT License
|
| 205 |
+
|
| 206 |
+
Copyright (c) 2022 Hust Visual Learning Team
|
| 207 |
+
|
| 208 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 209 |
+
of this software and associated documentation files (the "Software"), to deal
|
| 210 |
+
in the Software without restriction, including without limitation the rights
|
| 211 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| 212 |
+
copies of the Software, and to permit persons to whom the Software is
|
| 213 |
+
furnished to do so, subject to the following conditions:
|
| 214 |
+
|
| 215 |
+
The above copyright notice and this permission notice shall be included in all
|
| 216 |
+
copies or substantial portions of the Software.
|
| 217 |
+
|
| 218 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 219 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 220 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 221 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 222 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 223 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 224 |
+
SOFTWARE.
|
README.md
CHANGED
|
@@ -18,11 +18,12 @@ Model Configuration:
|
|
| 18 |
- Resolution: 3x512x512
|
| 19 |
- Dataset: ADE20K
|
| 20 |
- Support Cooper version:
|
| 21 |
-
- Cooper SDK: [2.5.
|
| 22 |
- Cooper Foundry: [2.2]
|
| 23 |
|
| 24 |
| Model | Device | Model Link |
|
| 25 |
| :-----: | :-----: | :-----: |
|
| 26 |
| TopFormer-B | N1-655 | [Model_Link](https://huggingface.co/Ambarella/TopFormer/blob/main/n1-655_topformer_base.bin) |
|
|
|
|
| 27 |
| TopFormer-B | CV72 | [Model_Link](https://huggingface.co/Ambarella/TopFormer/blob/main/cv72_topformer_base.bin) |
|
| 28 |
-
| TopFormer-B | CV75 | [Model_Link](https://huggingface.co/Ambarella/TopFormer/blob/main/cv75_topformer_base.bin) |
|
|
|
|
| 18 |
- Resolution: 3x512x512
|
| 19 |
- Dataset: ADE20K
|
| 20 |
- Support Cooper version:
|
| 21 |
+
- Cooper SDK: [2.5.3]
|
| 22 |
- Cooper Foundry: [2.2]
|
| 23 |
|
| 24 |
| Model | Device | Model Link |
|
| 25 |
| :-----: | :-----: | :-----: |
|
| 26 |
| TopFormer-B | N1-655 | [Model_Link](https://huggingface.co/Ambarella/TopFormer/blob/main/n1-655_topformer_base.bin) |
|
| 27 |
+
| TopFormer-B | CV7 | [Model_Link](https://huggingface.co/Ambarella/TopFormer/blob/main/cv7_topformer_base.bin) |
|
| 28 |
| TopFormer-B | CV72 | [Model_Link](https://huggingface.co/Ambarella/TopFormer/blob/main/cv72_topformer_base.bin) |
|
| 29 |
+
| TopFormer-B | CV75 | [Model_Link](https://huggingface.co/Ambarella/TopFormer/blob/main/cv75_topformer_base.bin) |
|
cv7_topformer_base.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f256eb4cf7b1b852183533464ca20759bc023a695ab0d0408ac4b5df86e1b200
|
| 3 |
+
size 5948336
|