From cdac6cfc1160559b1dc47ae97396bfc6d319eb15 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Wed, 14 Feb 2024 16:00:37 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 863ee95..a030f5f 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ if __name__ == '__main__': ## Projects using the aitviewer A sampling of projects using the aitviewer. Let us know if you want to be added to this list! +- Zhang et al., [ArtiGrasp: Physically Plausible Synthesis of Bi-Manual Dexterous Grasping and Articulation](https://eth-ait.github.io/artigrasp/), 3DV 2024 - Kaufmann et al., [EMDB: The Electromagnetic Database of Global 3D Human Pose and Shape in the Wild](https://ait.ethz.ch/emdb), ICCV 2023 - Shen and Guo et al., [X-Avatar: Expressive Human Avatars](https://skype-line.github.io/projects/X-Avatar/), CVPR 2023 - Sun et al., [TRACE: 5D Temporal Regression of Avatars with Dynamic Cameras in 3D Environments](https://www.yusun.work/TRACE/TRACE.html), CVPR 2023 From ee3be476b1a6cc1905dc43762d7351113f7787ea Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Wed, 28 Feb 2024 15:29:44 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a030f5f..919088b 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,8 @@ if __name__ == '__main__': ## Projects using the aitviewer A sampling of projects using the aitviewer. Let us know if you want to be added to this list! -- Zhang et al., [ArtiGrasp: Physically Plausible Synthesis of Bi-Manual Dexterous Grasping and Articulation](https://eth-ait.github.io/artigrasp/), 3DV 2024 +- Braun et al., [Physically Plausible Full-Body Hand-Object Interaction Synthesis](https://eth-ait.github.io/phys-fullbody-grasp/), 3DV 2024 +- Zhang and Christen et al., [ArtiGrasp: Physically Plausible Synthesis of Bi-Manual Dexterous Grasping and Articulation](https://eth-ait.github.io/artigrasp/), 3DV 2024 - Kaufmann et al., [EMDB: The Electromagnetic Database of Global 3D Human Pose and Shape in the Wild](https://ait.ethz.ch/emdb), ICCV 2023 - Shen and Guo et al., [X-Avatar: Expressive Human Avatars](https://skype-line.github.io/projects/X-Avatar/), CVPR 2023 - Sun et al., [TRACE: 5D Temporal Regression of Avatars with Dynamic Cameras in 3D Environments](https://www.yusun.work/TRACE/TRACE.html), CVPR 2023 From b258a2edb23deb8178d111ab7052fb2a9b8b17ff Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Fri, 8 Mar 2024 18:21:12 +0100 Subject: [PATCH 3/3] Fixed black formatting to adhere to black 24.2 used in the tests. --- aitviewer/utils/bvh.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aitviewer/utils/bvh.py b/aitviewer/utils/bvh.py index 370be71..17e00f0 100644 --- a/aitviewer/utils/bvh.py +++ b/aitviewer/utils/bvh.py @@ -27,6 +27,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """ + import re import numpy as np