Christen Millerdurai commited on
Commit
10002f1
·
1 Parent(s): db25c8b

added readme

Browse files
Files changed (2) hide show
  1. LICENSE.md +73 -0
  2. README.md +90 -2
LICENSE.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Repository Licensing and Third-Party Notices
2
+
3
+ This repository contains a mixture of first-party EgoForce assets and third-party assets. No single license applies to all files in the repository.
4
+
5
+ This notice is intended to make the third-party obligations visible at the repository root. It does not replace the original upstream licenses, which remain controlling for third-party files.
6
+
7
+ ## Summary
8
+
9
+ | Path | Upstream source | Governing license / terms
10
+ | --- | --- | ---
11
+ | `_DATA/detector.torchscript` | WiLoR | CC BY-NC-ND 4.0
12
+ | `_DATA/mano/*` | MANO | MANO PS:License 1.0
13
+ | `_DATA/epoch_460.pth` | EgoForce | First-party project asset
14
+ | `_DATA/model_weights.pth` | EgoForce | First-party project asset ers
15
+
16
+ ## WiLoR notice
17
+
18
+ The file `_DATA/detector.torchscript` is used in this repository as the 2D hand bounding-box detector.
19
+
20
+ Official references:
21
+
22
+ - WiLoR project page: <https://rolpotamias.github.io/WiLoR/>
23
+ - WiLoR repository: <https://github.com/rolpotamias/WiLoR>
24
+ - WiLoR CVPR 2025 paper: <https://openaccess.thecvf.com/content/CVPR2025/html/Potamias_WiLoR_End-to-end_3D_Hand_Localization_and_Reconstruction_in-the-wild_CVPR_2025_paper.html>
25
+ - Creative Commons license: <https://creativecommons.org/licenses/by-nc-nd/4.0/>
26
+
27
+ The official WiLoR repository states that WiLoR models are licensed under CC BY-NC-ND 4.0.
28
+
29
+ Citation:
30
+
31
+ ```bibtex
32
+ @InProceedings{Potamias_2025_CVPR,
33
+ author = {Potamias, Rolandos Alexandros and Zhang, Jinglei and Deng, Jiankang and Zafeiriou, Stefanos},
34
+ title = {WiLoR: End-to-end 3D Hand Localization and Reconstruction in-the-wild},
35
+ booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
36
+ month = {June},
37
+ year = {2025},
38
+ pages = {12242-12254}
39
+ }
40
+ ```
41
+
42
+ ## MANO notice
43
+
44
+ The directory `_DATA/mano/*` contains MANO hand model assets from the Max Planck MANO distribution.
45
+
46
+ Official references:
47
+
48
+ - MANO website: <https://mano.is.tue.mpg.de/>
49
+ - MANO license: <https://mano.is.tue.mpg.de/license.html>
50
+ - MPI code page: <https://is.mpg.de/code/embodied-hands>
51
+
52
+ The official MANO license is the Max Planck "Software Copyright License for non-commercial scientific research purposes" (PS:License 1.0).
53
+
54
+
55
+ Citation:
56
+
57
+ ```bibtex
58
+ @article{MANO:SIGGRAPHASIA:2017,
59
+ title = {Embodied Hands: Modeling and Capturing Hands and Bodies Together},
60
+ author = {Romero, Javier and Tzionas, Dimitrios and Black, Michael J.},
61
+ journal = {ACM Transactions on Graphics, (Proc. SIGGRAPH Asia)},
62
+ volume = {36},
63
+ number = {6},
64
+ series = {245:1--245:17},
65
+ month = nov,
66
+ year = {2017}
67
+ }
68
+ ```
69
+
70
+
71
+ ## Disclaimer
72
+
73
+ This file is provided for attribution and compliance transparency only. It is not legal advice. The original upstream licenses remain authoritative.
README.md CHANGED
@@ -1,6 +1,94 @@
1
  ---
2
- license: cc-by-nc-4.0
 
 
3
  datasets:
4
  - chris10/EgoForce
5
  pipeline_tag: image-to-3d
6
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: other
3
+ license_name: multiple-licenses
4
+ license_link: LICENSE.md
5
  datasets:
6
  - chris10/EgoForce
7
  pipeline_tag: image-to-3d
8
+ tags:
9
+ - egocentric-vision
10
+ - hand-tracking
11
+ - hand-pose-estimation
12
+ ---
13
+
14
+ # EgoForce: Forearm-Guided Camera-Space 3D Hand Pose from a Monocular Egocentric Camera
15
+
16
+
17
+ This repository contains EgoForce model assets and supporting files for egocentric hand and arm perception. Our trained checkpoints are `_DATA/epoch_460.pth` and `_DATA/model_weights.pth`. The repository also includes third-party assets used by the pipeline, a WiLoR-based 2D hand detector and MANO hand model files.
18
+
19
+ ## Repository contents
20
+
21
+ | Path | Role | Provenance | License / notice |
22
+ | --- | --- | --- | --- |
23
+ | `_DATA/detector.torchscript` | 2D hand bounding-box detector used in preprocessing | WiLoR detector | Third-party asset; see WiLoR notice below |
24
+ | `_DATA/mano/*` | MANO hand model files | Official MANO distribution | Third-party asset; see MANO notice below |
25
+ | `_DATA/epoch_460.pth` | EgoForce hand-arm detector | EgoForce | First-party project asset |
26
+ | `_DATA/model_weights.pth` | EgoForce model | EgoForce | First-party project asset |
27
+
28
+ ## Important licensing note
29
+
30
+ No single license applies to every file in this repository.
31
+
32
+ - The repository metadata is set to `license: other` because the contents include third-party assets with different licensing terms.
33
+ - `_DATA/detector.torchscript` remains subject to the original WiLoR model license.
34
+ - `_DATA/mano/*` remains subject to the official MANO license.
35
+ - This repository does not grant any additional rights to those third-party assets.
36
+ - The detailed notice is in [`LICENSE.md`](LICENSE.md).
37
+
38
+ ## Third-party notices
39
+
40
+ ### WiLoR detector
41
+
42
+ `_DATA/detector.torchscript` is the 2D hand bounding-box detector used by this repository. According to the official WiLoR repository, WiLoR models are released under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International license (CC BY-NC-ND 4.0).
43
+
44
+ Official sources:
45
+
46
+ - Project page: <https://rolpotamias.github.io/WiLoR/>
47
+ - Code and license notice: <https://github.com/rolpotamias/WiLoR>
48
+ - CVPR 2025 paper: <https://openaccess.thecvf.com/content/CVPR2025/html/Potamias_WiLoR_End-to-end_3D_Hand_Localization_and_Reconstruction_in-the-wild_CVPR_2025_paper.html>
49
+ - CC BY-NC-ND 4.0 summary: <https://creativecommons.org/share-your-work/cclicenses/>
50
+ - CC BY-NC-ND 4.0 legal code: <https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode>
51
+
52
+ ### MANO
53
+
54
+ `_DATA/mano/*` contains MANO hand model assets from the Max Planck MANO distribution. The official MANO license is a separate non-commercial research license.
55
+
56
+ Official sources:
57
+ - Project page: <https://mano.is.tue.mpg.de/>
58
+ - License terms: <https://mano.is.tue.mpg.de/license.html>
59
+ - MPI code page: <https://is.mpg.de/code/embodied-hands>
60
+
61
+
62
+ ## Required citations
63
+
64
+ If you use the WiLoR detector bundled in this repository, cite WiLoR:
65
+
66
+ ```bibtex
67
+ @InProceedings{Potamias_2025_CVPR,
68
+ author = {Potamias, Rolandos Alexandros and Zhang, Jinglei and Deng, Jiankang and Zafeiriou, Stefanos},
69
+ title = {WiLoR: End-to-end 3D Hand Localization and Reconstruction in-the-wild},
70
+ booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
71
+ month = {June},
72
+ year = {2025},
73
+ pages = {12242-12254}
74
+ }
75
+ ```
76
+
77
+ If you use MANO assets or outputs parameterized by MANO, cite MANO:
78
+
79
+ ```bibtex
80
+ @article{MANO:SIGGRAPHASIA:2017,
81
+ title = {Embodied Hands: Modeling and Capturing Hands and Bodies Together},
82
+ author = {Romero, Javier and Tzionas, Dimitrios and Black, Michael J.},
83
+ journal = {ACM Transactions on Graphics, (Proc. SIGGRAPH Asia)},
84
+ volume = {36},
85
+ number = {6},
86
+ series = {245:1--245:17},
87
+ month = nov,
88
+ year = {2017}
89
+ }
90
+ ```
91
+
92
+ ## Compliance note
93
+
94
+ This model card documents known upstream attribution and licensing obligations for transparency. It is not legal advice. Before public redistribution, verify that every bundled third-party file is hosted in a manner consistent with its original license terms.