fernandotonon commited on
Commit
e9a13a4
·
verified ·
1 Parent(s): 107f222

Upload mocap/NOTICE.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. mocap/NOTICE.txt +7 -0
mocap/NOTICE.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ These ONNX graphs are converted from Google MediaPipe's Face Landmarker and
2
+ Pose Landmarker models (https://developers.google.com/mediapipe), released
3
+ under the Apache License, Version 2.0:
4
+ https://www.apache.org/licenses/LICENSE-2.0
5
+ Conversion: QtMeshEditor scripts/export-facecap-onnx.py (numerical parity
6
+ asserted against the Python mediapipe reference; see docs/MOCAP_SPIKE.md in
7
+ https://github.com/fernandotonon/QtMeshEditor).