Update About section
Browse files
app.py
CHANGED
@@ -196,16 +196,20 @@ with gr.Blocks(title='3D Animation Arena', head=head, css_paths='static/style.cs
|
|
196 |
- GVHMR (https://github.com/zju3dv/GVHMR)
|
197 |
- HybrIK (https://github.com/jeffffffli/HybrIK)
|
198 |
- WHAM (https://github.com/yohanshin/WHAM)
|
|
|
|
|
|
|
199 |
|
200 |
All inferences are precomputed following the code in the associated GitHub repository.
|
201 |
Some post-inference modifications have been made to some models in order to make the comparison possible.
|
202 |
These modifications include:
|
203 |
* Adjusting height to a common ground
|
204 |
* Fixing the root depth of certain models, when depth was extremely jittery
|
205 |
-
* Fixing the root position of certain models, when no root position was available
|
206 |
|
207 |
All models use the SMPL body model to discard the influence of the body model on the comparison.
|
208 |
These choices were made without any intention to favor or harm any model.
|
|
|
|
|
209 |
All matchups are generated randomly, don't hesitate to rate the same videos multiple times as the matchups will probably be different!
|
210 |
|
211 |
---
|
|
|
196 |
- GVHMR (https://github.com/zju3dv/GVHMR)
|
197 |
- HybrIK (https://github.com/jeffffffli/HybrIK)
|
198 |
- WHAM (https://github.com/yohanshin/WHAM)
|
199 |
+
- CameraHMR (https://github.com/pixelite1201/CameraHMR)
|
200 |
+
- STAF (https://github.com/yw0208/STAF)
|
201 |
+
- TokenHMR (https://github.com/saidwivedi/TokenHMR)
|
202 |
|
203 |
All inferences are precomputed following the code in the associated GitHub repository.
|
204 |
Some post-inference modifications have been made to some models in order to make the comparison possible.
|
205 |
These modifications include:
|
206 |
* Adjusting height to a common ground
|
207 |
* Fixing the root depth of certain models, when depth was extremely jittery
|
|
|
208 |
|
209 |
All models use the SMPL body model to discard the influence of the body model on the comparison.
|
210 |
These choices were made without any intention to favor or harm any model.
|
211 |
+
|
212 |
+
The videos were selected to tests models on a large variety of motions, don't hesitate to send me your videos if you want to have it uploaded in the arena!
|
213 |
All matchups are generated randomly, don't hesitate to rate the same videos multiple times as the matchups will probably be different!
|
214 |
|
215 |
---
|