diff --git a/_data/research.json b/_data/research.json index 2e36b81..105fd52 100644 --- a/_data/research.json +++ b/_data/research.json @@ -31,6 +31,22 @@ "video": "", "image": "images/papers/egosonics.jpg" }, + { + "category": "Publications", + "year": 2024, + "dateOfPublication": "2024", + "title": "GigaHands: A Massive Annotated Dataset of Bimanual Hand Activities", + "authors": "Rao Fu*, Dingxi Zhang*, Alex Jiang, Wanjia Fu, Austin Funk, Daniel Ritchie, Srinath Sridhar", + "journal": "ArXiv 2024", + "projectPage": "https://ivl.cs.brown.edu/research/gigahands.html", + "pdf": "https://www.arxiv.org/pdf/2412.04244", + "bibTex": "", + "moreInfo": "", + "googlePatents": "", + "pubman": "", + "video": "", + "image": "images/papers/gigahands.gif" + }, { "category": "Publications", "year": 2024, diff --git a/assets/images/papers/gigahands.gif b/assets/images/papers/gigahands.gif new file mode 100644 index 0000000..a03c6f8 Binary files /dev/null and b/assets/images/papers/gigahands.gif differ diff --git a/assets/images/projects/gigahands/2dgs.mp4 b/assets/images/projects/gigahands/2dgs.mp4 new file mode 100644 index 0000000..d0a1c06 Binary files /dev/null and b/assets/images/projects/gigahands/2dgs.mp4 differ diff --git a/research/gigahands.md b/research/gigahands.md index 5345cc0..eb7c6fe 100644 --- a/research/gigahands.md +++ b/research/gigahands.md @@ -76,6 +76,11 @@ We showcase 3D hand motion captioning by training a generative model with GigaHa Using only GigaHands, we enable 3D hand motion captioning for other datasets. {% include video.html path="/assets/images/projects/gigahands/caption_itw_small.mp4" alt="[Caption in-th-wild Result]" %} +--- +# Application: Dynamic 3D Scene Reconstruction +GigaHands provides hand motions captured from **51 camera views**, enabling dynamic 3D scene reconstruction. The examples below showcase frame-wise 2DGS (Huang et al.) reconstruction results. +{% include video.html path="/assets/images/projects/gigahands/2dgs.mp4" alt="[Reconstruction Result]" %} + --- # Citations ```