1 / 40

Real-Time Animation of Realistic Virtual Humans

Real-Time Animation of Realistic Virtual Humans. Real-Time Animation of Realistic Virtual Humans. Real-Time Animation of Realistic Virtual Humans. 1. The 3D virtual player is controlled by the real people who has a HMD and many sensors

barbie
Télécharger la présentation

Real-Time Animation of Realistic Virtual Humans

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Real-Time Animation of Realistic Virtual Humans

  2. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans 1. The 3D virtual player is controlled by the real people who has a HMD and many sensors 2. Unlike in video games, animation is not predefined. 3. Unlike in rending films, animation is in real-time.

  3. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans To achieve a real-time virtual humans application we need to consider: 1. Modeling people. • How to present deformation of human body. • Motion control.

  4. Real-Time Animation of Realistic Virtual Humans 1.Body Creation and Skeleton Animation -Zhou Bin 2.Facial Deformation -Hu Yi 3. Body Deformation and Animation Framework -Yang Yufei

  5. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans Body Creation: First layer: Skeleton hierarchy. Second layer: Metaballs attached on the skeleton. Third layer: Convert metaballs to mesh surface (skin mesh). Fourth layer: Texture.

  6. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans First layer: Skeleton hierarchy 1. Skeleton articulated just similar to real human. 2. We can define all the human postures using this skeleton. 3. Relative limb sizes of the skeleton decides the figure of the virtual people.

  7. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans Second layer: Metaballs attached on the skeleton Construct human body by column. Can’t avoid gap on human body. Construct human body by column and sphere joint. Can avoid gap but can’t present human body’s smooth and gradual shape. Construct human body by metaballs. Metaballs includes spheres and ellipsoids. Left figure is constructed by two ellipsoids.

  8. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans Second layer: Metaballs attached on the skeleton 1.These two human models are assembled by Metaballs (ellipsoid components). 2. Metaballs are smooth and gradual, so they are suitable for modeling human bodies 3. Different color depends on the attributes of that metaball: blendable or unblendable, deformable or nondeformable.

  9. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans Third layer: Convert metaballs to mesh surfaces (skin mesh). 1. Convert metaballs to a number of meshes. We can do this job by doing ray tracing, and sampling the intersection points. 2. These meshes can decide the lighting effect of human bodies. 3. Texture mapping corresponds to these mesh surfaces.

  10. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans Fourth layer: Mapping texture Real human hand texture 3D Bernard Boxton without texture 3D Bernard Boxton Texturing has low cost of computation but can observably improves the quality of the virtual object. Textured 3D model

  11. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans Body Animation: First layer: Skeleton motion. --Let avatars make postures and actions. Second layer: Mesh surface (skin mesh) deformation. --Present deformation of humans’ skin.

  12. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans Skeleton: 1. The hierarchy of skeleton is defined by a set of joints. This set of joints corresponds to the main joints of real humans 2. Each joint consists of a set of degrees of freedom (DOF). DOFs decide ranges of the joint can translate and rotate.

  13. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans Three methods of skeleton motion control: 1. The skeleton motion is captured in real time and drives the avatar. 2. The skeleton motion is predefined. It will be activated from a database as a response to human’s input. E.g. Sony’s Eye Toy. 3. The skeleton motion is dynamically calculated. Doesn’t require a user’s continual intervention. E.g. complex games, and AI application.

  14. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans Human Head Modeling Facial Animation • To simulate humans requires real-time visualization and animation.

  15. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans Human Head Modeling • Scanning scan the surface of the head and construct a head model • Use a sculpturing model----Software Sculptor

  16. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans Use a sculpturing model----Software Sculptor

  17. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans Facial Animation • Facial deformation model • Facial motion control

  18. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans Facial Deformation Model • Consider human face as a polygonal mesh • Define regions on the mesh • Define a control lattice on the region of interest • Muscle actions are simulated by changing the control points’ weight • A stiffness factor allows the amount of deformation for each point

  19. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans Facial Deformation Model

  20. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans Facial Motion Control

  21. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans The Facial Action Coding System • Define basic motion parameters as minimum perceptible actions (MPAs) open_mouth, close_upper_eyelids, or raise_corner_lip

  22. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans The Facial Action Coding System • Each MPA has a corresponding set of visible features e.g. movement of eyebrows, jaw, or mouth

  23. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans The Facial Action Coding System • Real-time facial animation module uses three different input methods • Video • Audio or Speech • Predefined Actions

  24. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans Video Input • Recognition and tracking of the facial features is based on color sample identification, edge detection, and other image processing operations. The feature capture and tracking rate is about 20 frames per second (fps)

  25. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans Audio Input segment audio into phonemes with their durationText input to phonemes phonemes decomposes into MPAs • Predefined Action • an action that has intensity, duration, and a start time • e.g.emotion (surprise, anger) • head gestures (nodding, turning) • decomposes into MPAs

  26. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans predefined action of speechinputaudio inputvideo inputinterpolation Synchronization go to the composer

  27. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans Composition defined a sinusoid weight function considered 10 percent of the action’s total duration no jump effect with the same MPA overlap

  28. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans Body deformations • The ways we do the representing humans • Polygonal representation • Visual accuracy representation • The combination of previous two • Implement results • Animation framework • Two case studies

  29. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans The first method • Body deformation • Polygonal representation • Visual accuracy representation • The skin wrapped around the skeleton is represented with a fixed mesh divided at important joints where deformations occur. • The combined method • Pros • Simple and easy to implement • Cons • The virtual human appears “rigid” and lacks realism • Visually distracting artifacts may arise at joints Image from the internet

  30. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans • Body deformation The second method • Polygonal representation • Visual accuracy representation • The combined method • The application compute the skin from implicit primitives and use a physical model to deform the body’s envelope. • Pros • Stress visual accuracy and yields very satisfactory results in terms of realism • Cons • So computationally demanding • Unsuitable for real-time applications

  31. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans • Body deformation The third method • Polygonal representation • Visual accuracy representation • The combined method • It’s a combination of previous two methods, allowing a good trade-off between realism and rendering speed. • Steps • Constructing a body mesh • Deforming by manipulating skin contours

  32. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans • Body deformation The combined method --- step one • The combined method • Constructing the body mesh • Manipulating skin contours • Output the body data as cross-sectional contours. • Convert contours data to triangle meshes. • Easy to render, performs better • Construct a triangle strip by connecting the points from two adjacent cross-section • Connecting two different body parts proves a bit more complicated. Image from: Daniel Thalmann, Jianhua Shen, Eric Chauvineau, 1996

  33. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans • Body deformation The combined method --- step two • The combined method • Constructing the body mesh • Manipulating skin contours • Transform a complicated 3D operation into a 2D operation by manipulate the cross-section contours. • By setting the orientation and position of the plane in which every contour lies, we can achieve a smooth deformation of the skin. Image from: Daniel Thalmann, Jianhua Shen, Eric Chauvineau, 1996

  34. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans • Body deformation The combined method --- step two (cont.) • The combined method • Constructing the body mesh • Manipulating skin contours • Very joint lies in the plane of its contour when the skeleton is in the at-rest posture. • Two segments of the arm whose directions are L1 and L2. • Nu, N0 and Nl are the normal vectors of the cross-section planes. • Oi and Ni are the center and normal respectively of the ith cross-section plane. • Since we know Ni by interpolation, we can compute each vertex belonging to the ith contour. Image from:Prem Kalra, Nadia Magnenat-Thalmann, Laurent Moccozet, and Gael Sannier, 1998

  35. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans • Body deformation The combined method --- step two (conclusion) • The combined method • Constructing the body mesh • Manipulating skin contours • The contours run parallel at the region above the elbow. • This is because our eyes naturally go to the areas surrounding major joints like the elbows or knees. • Practically we determined the number of upper and lower contours to deform in a heuristic fashion. • It saves the rendering time and has little degradation. Image from:Prem Kalra, Nadia Magnenat-Thalmann, Laurent Moccozet, and Gael Sannier, 1998

  36. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans Results • Using real-time-oriented 3D graphics toolkit called Performer. • In right image: the virtual human on the left is made up of 14,000 vertices and containing 13,500 textured triangles using deformation; on the right uses rigid meshes with 17,000 triangles. Image and figure from:Prem Kalra, Nadia Magnenat-Thalmann, Laurent Moccozet, and Gael Sannier, 1998

  37. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans Animation framework • The close link between modeling and animation. • The system separates into three units: modeling, deformation and motion control. • Modeling provides geometrical models for the body, hands and face. • Deformations are performed separately on different entities based on the model used for each part. • Motion control generates and controls the movements for different entities.

  38. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans Animation framework Figure from:Prem Kalra, Nadia Magnenat-Thalmann, Laurent Moccozet, and Gael Sannier, 1998

  39. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans Case studies--- CyberTennis Image from:Prem Kalra, Nadia Magnenat-Thalmann, Laurent Moccozet, and Gael Sannier, 1998

  40. Real-Time Animation of Realistic Virtual Humans Real-Time Animation of Realistic Virtual Humans Case studies--- CyberDance Image from:Prem Kalra, Nadia Magnenat-Thalmann, Laurent Moccozet, and Gael Sannier, 1998

More Related