cooper_robot commited on
Commit ·
f69ca4e
1
Parent(s): a24aaf2
Add release note for v1.2.0
Browse files- .gitattributes +0 -3
- .gitignore +0 -6
- LICENSE +4 -2
- README.md +2 -1
- cv7_rtmpose_m.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
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
Apache License
|
| 2 |
Version 2.0, January 2004
|
| 3 |
http://www.apache.org/licenses/
|
|
@@ -178,7 +180,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 +188,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.
|
|
|
|
| 1 |
+
Copyright 2018-2020 Open-MMLab. All rights reserved.
|
| 2 |
+
|
| 3 |
Apache License
|
| 4 |
Version 2.0, January 2004
|
| 5 |
http://www.apache.org/licenses/
|
|
|
|
| 180 |
APPENDIX: How to apply the Apache License to your work.
|
| 181 |
|
| 182 |
To apply the Apache License to your work, attach the following
|
| 183 |
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
| 184 |
replaced with your own identifying information. (Don't include
|
| 185 |
the brackets!) The text should be enclosed in the appropriate
|
| 186 |
comment syntax for the file format. We also recommend that a
|
|
|
|
| 188 |
same "printed page" as the copyright notice for easier
|
| 189 |
identification within third-party archives.
|
| 190 |
|
| 191 |
+
Copyright 2018-2020 Open-MMLab.
|
| 192 |
|
| 193 |
Licensed under the Apache License, Version 2.0 (the "License");
|
| 194 |
you may not use this file except in compliance with the License.
|
README.md
CHANGED
|
@@ -17,11 +17,12 @@ Model Configuration:
|
|
| 17 |
- Original Weight: [rtmpose-m_simcc-aic-coco_pt-aic-coco_420e-256x192](https://download.openmmlab.com/mmpose/v1/projects/rtmposev1/rtmpose-m_simcc-aic-coco_pt-aic-coco_420e-256x192-63eb25f7_20230126.pth)
|
| 18 |
- Resolution: 3x256x192
|
| 19 |
- Support Cooper version:
|
| 20 |
-
- Cooper SDK: [2.5.
|
| 21 |
- Cooper Foundry: [2.2]
|
| 22 |
|
| 23 |
| Model | Device | Model Link |
|
| 24 |
| :-----: | :-----: | :-----: |
|
| 25 |
| RTMPose-m | N1-655 | [Model_Link](https://huggingface.co/Ambarella/RTMPose/blob/main/n1-655_rtmpose_m.bin) |
|
|
|
|
| 26 |
| RTMPose-m | CV72 | [Model_Link](https://huggingface.co/Ambarella/RTMPose/blob/main/cv72_rtmpose_m.bin) |
|
| 27 |
| RTMPose-m | CV75 | [Model_Link](https://huggingface.co/Ambarella/RTMPose/blob/main/cv75_rtmpose_m.bin) |
|
|
|
|
| 17 |
- Original Weight: [rtmpose-m_simcc-aic-coco_pt-aic-coco_420e-256x192](https://download.openmmlab.com/mmpose/v1/projects/rtmposev1/rtmpose-m_simcc-aic-coco_pt-aic-coco_420e-256x192-63eb25f7_20230126.pth)
|
| 18 |
- Resolution: 3x256x192
|
| 19 |
- Support Cooper version:
|
| 20 |
+
- Cooper SDK: [2.5.3]
|
| 21 |
- Cooper Foundry: [2.2]
|
| 22 |
|
| 23 |
| Model | Device | Model Link |
|
| 24 |
| :-----: | :-----: | :-----: |
|
| 25 |
| RTMPose-m | N1-655 | [Model_Link](https://huggingface.co/Ambarella/RTMPose/blob/main/n1-655_rtmpose_m.bin) |
|
| 26 |
+
| RTMPose-m | CV7 | [Model_Link](https://huggingface.co/Ambarella/RTMPose/blob/main/cv7_rtmpose_m.bin) |
|
| 27 |
| RTMPose-m | CV72 | [Model_Link](https://huggingface.co/Ambarella/RTMPose/blob/main/cv72_rtmpose_m.bin) |
|
| 28 |
| RTMPose-m | CV75 | [Model_Link](https://huggingface.co/Ambarella/RTMPose/blob/main/cv75_rtmpose_m.bin) |
|
cv7_rtmpose_m.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e6c485a24bf77513ea09f2bea89e5beffc6398eb0591be269f15563ddfea5e8
|
| 3 |
+
size 15342856
|