Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Fangkang515 authored Jul 8, 2024
1 parent 8e4e839 commit e96356e
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions CE3D/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h1 class="title is-1 publication-title"><span class="icon-svg"></span><u>C</u>h
<div class="is-size-5 publication-authors">
<span class="author-block"><sup>1</sup>Beihang University; </span>
<span class="author-block"><sup>2</sup>Google; </span>
<span class="author-block"><sup>3</sup>Megvii; </span>
<span class="author-block"><sup>3</sup>StepFun; </span>
<span class="author-block"><sup>4</sup>University of California, Merced</span>
</div>

Expand Down Expand Up @@ -183,26 +183,24 @@ <h2 class="title is-3">Method</h2>
<div class="content has-text-justified">
<p>
<span class="dnerf">CoMo</span> represents motions as
<i>pose codes</i>, with each code defining the state of a specific body
part at a given moment, e.g., "right arm straight". Leveraging pose codes as interpretable motion representations,
the three main components of <span class="dnerf">CoMo</span> work jointly to effectively
<b>generate</b> and <b>edit</b> motion: (1) The Motion Encoder-Decoder parses
motions into sequences of pose codes and reconstructs them back
into motions by learning a decoder; (2) The Motion Generator, a
transformer-based model, generates pose codes conditioned on text
inputs and LLM-generated fine-grained descriptions; (3) The Motion
Editor uses LLM to modify and refine the pose codes based on editing
instructions.
<i>pose codes</i>, with each code defining the state of a specific body
part at a given moment, e.g., "right arm straight". Leveraging pose codes as interpretable motion representations,
the three main components of <span class="dnerf">CoMo</span> work jointly to effectively
<b>generate</b> and <b>edit</b> motion: (1) The Motion Encoder-Decoder parses
motions into sequences of pose codes and reconstructs them back
into motions by learning a decoder; (2) The Motion Generator, a
transformer-based model, generates pose codes conditioned on text
inputs and LLM-generated fine-grained descriptions; (3) The Motion
Editor uses LLM to modify and refine the pose codes based on editing
instructions.
</p>
<!-- Method video. -->
<!-- <img id="teaser" height="100%" src="./static/videos/como_diagram.png"> </img>-->
<!-- <img id="teaser" height="100%" src="./static/videos/como_diagram.png"> </img>-->
<video id="teaser" autoplay muted playsinline height="100%">
<source src="./static/videos/como_video_up.mp4"
type="video/mp4">
<source src="./static/videos/como_video_up.mp4" type="video/mp4">
</video>
<!-- <video id="teaser" autoplay muted playsinline height="100%">
<source src="./static/videos/como_video_2.mp4"
type="video/mp4">
<source src="./static/videos/como_video_2.mp4" type="video/mp4">
</video> -->
</div>
</div>
Expand Down

0 comments on commit e96356e

Please sign in to comment.