Presentation is loading. Please wait.

Presentation is loading. Please wait.

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 people who has.

Similar presentations


Presentation on theme: "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 people who has."— Presentation transcript:

1 Real-Time Animation of Realistic Virtual Humans

2 1. The 3D virtual player is controlled by the real people who has a HMD and many sensors 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 To achieve a real-time virtual humans application we need to consider: 1. Modeling people. 2.How to present deformation of human body. 3.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 - Yang Yufei

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

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

7 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 Second layer: Metaballs attached on the skeleton 1.These two human models are assembled by Metaballs (ellipsoid components). by Metaballs (ellipsoid components). 2. Metaballs are smooth and gradual, so they are suitable for modeling human bodies they are suitable for modeling human bodies 3. Different color depends on the attributes of that metaball: blendable or unblendable, that metaball: blendable or unblendable, deformable or nondeformable. deformable or nondeformable.

9 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 We can do this job by doing ray tracing, and sampling the intersection points. sampling the intersection points. 2. These meshes can decide the lighting effect of human bodies. of human bodies. 3. Texture mapping corresponds to these mesh surfaces. mesh surfaces.

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

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

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

13 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. 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 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. database as a response to human’s input. E.g. Sony’s Eye Toy. 3. The skeleton motion is dynamically calculated. Doesn’t require 3. The skeleton motion is dynamically calculated. Doesn’t require a user’s continual intervention. E.g. complex games, and AI a user’s continual intervention. E.g. complex games, and AI application. application.

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

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

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

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

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

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

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

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

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

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

24 I.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) Real-Time Animation of Realistic Virtual Humans

25 II.Audio Input s egment audio into phonemes with their duration Text input to phonemes phonemes decomposes into MPAs Real-Time Animation of Realistic Virtual Humans

26 predefined action of speech input audio input video input interpolation Real-Time Animation of Realistic Virtual Humans IV.Synchronization

27 V.Composition Real-Time Animation of Realistic Virtual Humans

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

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

30 Real-Time Animation of Realistic Virtual Humans The second 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 Polygonal representation The combined method  Visual accuracy representation  Body deformation

31 Real-Time Animation of Realistic Virtual Humans The third 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 Polygonal representation  The combined method Visual accuracy representation  Body deformation

32 Real-Time Animation of Realistic Virtual Humans The combined method --- step one 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. The combined method  Constructing the body mesh Manipulating skin contours  Body deformation Image from: Daniel Thalmann, Jianhua Shen, Eric Chauvineau, 1996

33 Real-Time Animation of Realistic Virtual Humans The combined method --- step two 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. The combined method Constructing the body mesh  Manipulating skin contours  Body deformation Image from: Daniel Thalmann, Jianhua Shen, Eric Chauvineau, 1996

34 Real-Time Animation of Realistic Virtual Humans The combined method --- step two (cont.) 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 L 1 and L 2. N u, N 0 and N l are the normal vectors of the cross-section planes. O i and N i are the center and normal respectively of the i th cross-section plane. Since we know N i by interpolation, we can compute each vertex belonging to the i th contour. The combined method Constructing the body mesh  Manipulating skin contours  Body deformation Image from:Prem Kalra, Nadia Magnenat-Thalmann, Laurent Moccozet, and Gael Sannier, 1998

35 Real-Time Animation of Realistic Virtual Humans The combined method --- step two (conclusion) 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. The combined method Constructing the body mesh  Manipulating skin contours  Body deformation Image from:Prem Kalra, Nadia Magnenat-Thalmann, Laurent Moccozet, and Gael Sannier, 1998

36 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 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 Animation framework Figure from:Prem Kalra, Nadia Magnenat-Thalmann, Laurent Moccozet, and Gael Sannier, 1998

39 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 Case studies --- CyberDance Image from:Prem Kalra, Nadia Magnenat-Thalmann, Laurent Moccozet, and Gael Sannier, 1998


Download ppt "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 people who has."

Similar presentations


Ads by Google