kleinhe
commited on
Commit
·
40fb698
1
Parent(s):
23c1525
init
Browse files- body_models/mano/LICENSE.txt +32 -0
- body_models/mano/MANO_LEFT.pkl +3 -0
- body_models/mano/MANO_RIGHT.pkl +3 -0
- body_models/mano/info.txt +3 -0
- body_models/mano/smplh/SMPLH_FEMALE.pkl +3 -0
- body_models/mano/smplh/SMPLH_MALE.pkl +3 -0
- body_models/smpl/J_regressor_extra.npy +3 -0
- body_models/smpl/SMPL_NEUTRAL.pkl +3 -0
- body_models/smpl/kintree_table.pkl +3 -0
- body_models/smpl/smplfaces.npy +3 -0
- body_models/smplh/LICENSE.txt +32 -0
- body_models/smplh/SMPLH_FEMALE.npz +3 -0
- body_models/smplh/SMPLH_MALE.npz +3 -0
- body_models/smplh/SMPLH_NEUTRAL.npz +3 -0
- body_models/smplh/female/model.npz +3 -0
- body_models/smplh/info.txt +4 -0
- body_models/smplh/male/model.npz +3 -0
- body_models/smplh/neutral/model.npz +3 -0
- weights/ViT-B-32.pt +3 -0
- weights/given_mdm.pt +3 -0
- weights/refined_decoder_augment.pth +3 -0
- weights/refined_decoder_norm.pth +3 -0
body_models/mano/LICENSE.txt
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Please read carefully the following terms and conditions and any accompanying documentation before you download and/or use the MANO/SMPL+H model, data and software, (the "Model"), including 3D meshes, blend weights, blend shapes, textures, software, scripts, and animations. By downloading and/or using the Model, you acknowledge that you have read these terms and conditions, understand them, and agree to be bound by them. If you do not agree with these terms and conditions, you must not download and/or use the Model.
|
2 |
+
|
3 |
+
Ownership
|
4 |
+
The Model has been developed at the Max Planck Institute for Intelligent Systems (hereinafter "MPI") and is owned by and proprietary material of the Max-Planck-Gesellschaft zur Foerderung der Wissenschaften e.V. (hereinafter "MPG"; MPI and MPG hereinafter collectively "Max-Planck").
|
5 |
+
|
6 |
+
License Grant
|
7 |
+
Max-Planck grants you a non-exclusive, non-transferable, free of charge right:
|
8 |
+
|
9 |
+
To download the Model and use it on computers owned, leased or otherwise controlled by you and/or your organisation;
|
10 |
+
To use the Model for the sole purpose of performing non-commercial scientific research, non-commercial education, or non-commercial artistic projects.
|
11 |
+
Any other use, in particular any use for commercial purposes, is prohibited. This includes, without limitation, incorporation in a commercial product, use in a commercial service, as training data for a commercial product, for commercial ergonomic analysis (e.g. product design, architectural design, etc.), or production of other artifacts for commercial purposes including, for example, web services, movies, television programs, mobile applications, or video games. The Model may not be used for pornographic purposes or to generate pornographic material whether commercial or not. This license also prohibits the use of the Model to train methods/algorithms/neural networks/etc. for commercial use of any kind. The Model may not be reproduced, modified and/or made available in any form to any third party without Max-Planck's prior written permission. By downloading the Model, you agree not to reverse engineer it.
|
12 |
+
|
13 |
+
Disclaimer of Representations and Warranties
|
14 |
+
You expressly acknowledge and agree that the Model results from basic research, is provided "AS IS", may contain errors, and that any use of the Model is at your sole risk. MAX-PLANCK MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE MODEL, NEITHER EXPRESS NOR IMPLIED, AND THE ABSENCE OF ANY LEGAL OR ACTUAL DEFECTS, WHETHER DISCOVERABLE OR NOT. Specifically, and not to limit the foregoing, Max-Planck makes no representations or warranties (i) regarding the merchantability or fitness for a particular purpose of the Model, (ii) that the use of the Model will not infringe any patents, copyrights or other intellectual property rights of a third party, and (iii) that the use of the Model will not cause any damage of any kind to you or a third party.
|
15 |
+
|
16 |
+
Limitation of Liability
|
17 |
+
Under no circumstances shall Max-Planck be liable for any incidental, special, indirect or consequential damages arising out of or relating to this license, including but not limited to, any lost profits, business interruption, loss of programs or other data, or all other commercial damages or losses, even if advised of the possibility thereof.
|
18 |
+
|
19 |
+
No Maintenance Services
|
20 |
+
You understand and agree that Max-Planck is under no obligation to provide either maintenance services, update services, notices of latent defects, or corrections of defects with regard to the Model. Max-Planck nevertheless reserves the right to update, modify, or discontinue the Model at any time.
|
21 |
+
|
22 |
+
Publication with MANO/SMPL+H
|
23 |
+
You agree to cite the most recent paper describing the model as specified on the download website. This website lists the most up to date bibliographic information on the about page.
|
24 |
+
|
25 |
+
Media projects with MANO/SMPL+H
|
26 |
+
When using MANO/SMPL+H in a media project please give credit to Max Planck Institute for Intelligent Systems. For example: MANO/SMPL+H was used for character animation courtesy of the Max Planck Institute for Intelligent Systems.
|
27 |
+
|
28 |
+
Commercial licensing opportunities
|
29 |
+
For commercial use in any field, please contact [email protected].
|
30 |
+
|
31 |
+
Public-Relations
|
32 |
+
Use for public-relations is possible only after obtaining explicit license, please contact [email protected].
|
body_models/mano/MANO_LEFT.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4022f7083f2ca7c78b2b3d595abbab52debd32b09d372b16923a801f0ea6a30
|
3 |
+
size 3821391
|
body_models/mano/MANO_RIGHT.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45d60aa3b27ef9107a7afd4e00808f307fd91111e1cfa35afd5c4a62de264767
|
3 |
+
size 3821356
|
body_models/mano/info.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
- MANO is unisex
|
2 |
+
- MANO comes in 2 versions for left and right hand
|
3 |
+
- SMPL+H is gender specific
|
body_models/mano/smplh/SMPLH_FEMALE.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3113724e824cf8f990977f327eaad724c943a56d895b72dc78c6fb647aa0e1e
|
3 |
+
size 130423021
|
body_models/mano/smplh/SMPLH_MALE.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:996338a29346b4d4bca2d7758d0304a346e833c10d1482b3b15d31164840dc3c
|
3 |
+
size 130422893
|
body_models/smpl/J_regressor_extra.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc968ea4f9855571e82f90203280836b01f13ee42a8e1b89d8d580b801242a89
|
3 |
+
size 496160
|
body_models/smpl/SMPL_NEUTRAL.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98e65c74ad9b998783132f00880d1025a8d64b158e040e6ef13a557e5098bc42
|
3 |
+
size 39001280
|
body_models/smpl/kintree_table.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62116ec76c6192ae912557122ea935267ba7188144efb9306ea1366f0e50d4d2
|
3 |
+
size 349
|
body_models/smpl/smplfaces.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ee8e99db736acf178a6078ab5710ca942edc3738d34c72f41a35c40b370e045
|
3 |
+
size 165440
|
body_models/smplh/LICENSE.txt
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Please read carefully the following terms and conditions and any accompanying documentation before you download and/or use the MANO/SMPL+H model, data and software, (the "Model"), including 3D meshes, blend weights, blend shapes, textures, software, scripts, and animations. By downloading and/or using the Model, you acknowledge that you have read these terms and conditions, understand them, and agree to be bound by them. If you do not agree with these terms and conditions, you must not download and/or use the Model.
|
2 |
+
|
3 |
+
Ownership
|
4 |
+
The Model has been developed at the Max Planck Institute for Intelligent Systems (hereinafter "MPI") and is owned by and proprietary material of the Max-Planck-Gesellschaft zur Foerderung der Wissenschaften e.V. (hereinafter "MPG"; MPI and MPG hereinafter collectively "Max-Planck").
|
5 |
+
|
6 |
+
License Grant
|
7 |
+
Max-Planck grants you a non-exclusive, non-transferable, free of charge right:
|
8 |
+
|
9 |
+
To download the Model and use it on computers owned, leased or otherwise controlled by you and/or your organisation;
|
10 |
+
To use the Model for the sole purpose of performing non-commercial scientific research, non-commercial education, or non-commercial artistic projects.
|
11 |
+
Any other use, in particular any use for commercial purposes, is prohibited. This includes, without limitation, incorporation in a commercial product, use in a commercial service, as training data for a commercial product, for commercial ergonomic analysis (e.g. product design, architectural design, etc.), or production of other artifacts for commercial purposes including, for example, web services, movies, television programs, mobile applications, or video games. The Model may not be used for pornographic purposes or to generate pornographic material whether commercial or not. This license also prohibits the use of the Model to train methods/algorithms/neural networks/etc. for commercial use of any kind. The Model may not be reproduced, modified and/or made available in any form to any third party without Max-Planck's prior written permission. By downloading the Model, you agree not to reverse engineer it.
|
12 |
+
|
13 |
+
Disclaimer of Representations and Warranties
|
14 |
+
You expressly acknowledge and agree that the Model results from basic research, is provided "AS IS", may contain errors, and that any use of the Model is at your sole risk. MAX-PLANCK MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE MODEL, NEITHER EXPRESS NOR IMPLIED, AND THE ABSENCE OF ANY LEGAL OR ACTUAL DEFECTS, WHETHER DISCOVERABLE OR NOT. Specifically, and not to limit the foregoing, Max-Planck makes no representations or warranties (i) regarding the merchantability or fitness for a particular purpose of the Model, (ii) that the use of the Model will not infringe any patents, copyrights or other intellectual property rights of a third party, and (iii) that the use of the Model will not cause any damage of any kind to you or a third party.
|
15 |
+
|
16 |
+
Limitation of Liability
|
17 |
+
Under no circumstances shall Max-Planck be liable for any incidental, special, indirect or consequential damages arising out of or relating to this license, including but not limited to, any lost profits, business interruption, loss of programs or other data, or all other commercial damages or losses, even if advised of the possibility thereof.
|
18 |
+
|
19 |
+
No Maintenance Services
|
20 |
+
You understand and agree that Max-Planck is under no obligation to provide either maintenance services, update services, notices of latent defects, or corrections of defects with regard to the Model. Max-Planck nevertheless reserves the right to update, modify, or discontinue the Model at any time.
|
21 |
+
|
22 |
+
Publication with MANO/SMPL+H
|
23 |
+
You agree to cite the most recent paper describing the model as specified on the download website. This website lists the most up to date bibliographic information on the about page.
|
24 |
+
|
25 |
+
Media projects with MANO/SMPL+H
|
26 |
+
When using MANO/SMPL+H in a media project please give credit to Max Planck Institute for Intelligent Systems. For example: MANO/SMPL+H was used for character animation courtesy of the Max Planck Institute for Intelligent Systems.
|
27 |
+
|
28 |
+
Commercial licensing opportunities
|
29 |
+
For commercial use in any field, please contact [email protected].
|
30 |
+
|
31 |
+
Public-Relations
|
32 |
+
Use for public-relations is possible only after obtaining explicit license, please contact [email protected].
|
body_models/smplh/SMPLH_FEMALE.npz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc10da26f7fc1d5a913c1fba57ed67a84ab9c55e5391c653c983d57acf1a39d2
|
3 |
+
size 87259106
|
body_models/smplh/SMPLH_MALE.npz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be42bff1ff0589cf0467893bcfbbeb3f9b533ba151031c8cdfb64ca1dcb34947
|
3 |
+
size 87259106
|
body_models/smplh/SMPLH_NEUTRAL.npz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a60a7e29d33f09ef1a6352907e2f485e161f471330ca40592764374063e751df
|
3 |
+
size 87259106
|
body_models/smplh/female/model.npz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc10da26f7fc1d5a913c1fba57ed67a84ab9c55e5391c653c983d57acf1a39d2
|
3 |
+
size 87259106
|
body_models/smplh/info.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This folder holds SMPLH gender specifi models with extended shape parameters (16 instead of original 10 parameters).
|
2 |
+
The head vertices are also locked to remove the hair bun in the original traning dataset of SMPL.
|
3 |
+
This model is initiall intended to be used in project AMASS: https://amass.is.tue.mpg.de
|
4 |
+
|
body_models/smplh/male/model.npz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be42bff1ff0589cf0467893bcfbbeb3f9b533ba151031c8cdfb64ca1dcb34947
|
3 |
+
size 87259106
|
body_models/smplh/neutral/model.npz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a60a7e29d33f09ef1a6352907e2f485e161f471330ca40592764374063e751df
|
3 |
+
size 87259106
|
weights/ViT-B-32.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40d365715913c9da98579312b702a82c18be219cc2a73407c4526f58eba950af
|
3 |
+
size 353976522
|
weights/given_mdm.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d86e1eb3b9fa10456c81e97701dc77e1b6b3cd4909bb6d6651f9460e8db29373
|
3 |
+
size 81806834
|
weights/refined_decoder_augment.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:656ccbcf6235c114384d14b95bd6711588afefc284a262818bd5d5ed57101719
|
3 |
+
size 753553993
|
weights/refined_decoder_norm.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b356de9d92b84442e88d998ba9ba4cdee53f8b90059b00309c5de184259a6a8e
|
3 |
+
size 387032565
|