Home Technology peripherals AI Is there going to be CP among digital people? Alibaba Entertainment is about to launch the Chinese-style AI digital human 'Xunyan'

Is there going to be CP among digital people? Alibaba Entertainment is about to launch the Chinese-style AI digital human 'Xunyan'

Sep 29, 2023 pm 10:49 PM
number cp national style

On September 26, Zheng Yong, chief technology officer of Alibaba Entertainment, was interviewed by the media. When talking about the participation of hyper-realistic digital people in "Under the Stranger", he said that compared with traditional virtual production, the self-developed AI technology created Digital reality not only brings the presentation effect closer to real-life shooting, but also improves the efficiency and quality of the crew. "This is a starting point, which is a milestone for Alibaba Entertainment and even the entire industry. In the future, we will also launch the male digital character 'Xunyan'."

Is there going to be CP among digital people? Alibaba Entertainment is about to launch the Chinese-style AI digital human Xunyan

Alibaba Entertainment CTO Zheng Yong

Lili’s real-person qualities in the play impressed the audience deeply, even though he is a digital person. When playing against real actors, you can clearly see the subtle changes in Lili's facial expressions, and her body movements are also very natural. In the panoramic lens, the reflection effect of Lili's body light and shadow and ambient light is the same as that of a real person

“We have trained the AI ​​model to make Lili’s expression, mouth shape and skin texture more natural and coordinated. The addition of intelligent light fields also enables a higher-quality presentation of the light and shadow effects of digital people under different viewing angles. ." Zheng Yong introduced that in order to achieve a more realistic effect for the character, Lili also removed the beautification and used a real-life skin model.

Is there going to be CP among digital people? Alibaba Entertainment is about to launch the Chinese-style AI digital human Xunyan

Through intelligent light field technology, the light and shadow effects of digital people under different viewing angles are displayed with higher quality

In addition to making the presentation more realistic, Lili has also greatly optimized the cost and efficiency of the virtual production process of "Under the Stranger". It is understood that compared with traditional digital human production, Lili used AI technology to reduce the cost and time invested in modeling, original painting, etc., and also avoided reliance on motion capture technology, reducing production costs by 80%. Efficiency increased by 40%. ”

Zheng Yong said that for the film and television industry, the ultimate purpose of technology is to provide services for content. The movie "Under the Stranger" is adapted from a well-known domestic comic IP. The character "Er Zhuang" in the original work can only communicate with the outside world through brain waves due to his special ability. By using the form of digital human beings, it not only perfectly fits the original characters, but also calms the dissatisfaction of many original fans

Is there going to be CP among digital people? Alibaba Entertainment is about to launch the Chinese-style AI digital human Xunyan

In order to make the character more realistic, Lili decided to cancel the beauty function and instead use a real-life skin model

During the audition process of "Under the Stranger", director Xu Hongyu once trained Lili on various extreme expressions in order to master the critical value of the digital model and make the character's expression and action design more comfortable. Zheng Yong said that after being trained by the director, Lili showed stronger expressiveness in the Tmall commercials she later filmed

Before participating in "Under the Stranger", Lili had already collaborated with many IPs such as Netflix, Makoto Shinkai's "Suzuya Journey", "30,000 Miles from Chang'an", and "One Piece", and also collaborated with Intel, MLB, Huawei, Tmall and many other brands have cooperated. "In the future, around Lili, we will also make a series of creations in the fields of film and television content, commercial endorsements, offline performances, etc." Zheng Yong revealed that the second digital idol IP created by Alibaba Entertainment, the Chinese style male digital man "Inquiry" "Yan" will also be launched soon. (Sun Dandan)

The above is the detailed content of Is there going to be CP among digital people? Alibaba Entertainment is about to launch the Chinese-style AI digital human 'Xunyan'. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Roblox: Bubble Gum Simulator Infinity - How To Get And Use Royal Keys
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Nordhold: Fusion System, Explained
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Mandragora: Whispers Of The Witch Tree - How To Unlock The Grappling Hook
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

Java Tutorial
1666
14
PHP Tutorial
1273
29
C# Tutorial
1253
24
iOS 17: How to change iPhone clock style in standby mode iOS 17: How to change iPhone clock style in standby mode Sep 10, 2023 pm 09:21 PM

Standby is a lock screen mode that activates when the iPhone is plugged into the charger and oriented in horizontal (or landscape) orientation. It consists of three different screens, one of which is displayed full screen time. Read on to learn how to change the style of your clock. StandBy's third screen displays times and dates in various themes that you can swipe vertically. Some themes also display additional information, such as temperature or next alarm. If you hold down any clock, you can switch between different themes, including Digital, Analog, World, Solar, and Floating. Float displays the time in large bubble numbers in customizable colors, Solar has a more standard font with a sun flare design in different colors, and World displays the world by highlighting

How to display the progress bar in linux cp command How to display the progress bar in linux cp command Mar 23, 2024 pm 08:41 PM

1. Background When using the cp command to copy large files in Linux, it is usually impossible to view the copy progress in real time. This situation may make people feel anxious because there is no way to know the progress of the copy. However, you can use some techniques to add a visual progress bar to the cp command so that users can clearly see the progress of the copy. 2. We use open source projects for compilation: advcpmvgithub address is: https://github.com/jarun/advcpmv. You can directly use the following command to compile and install (non-root) and execute it in the Linux environment. I use the CentOS operating system to demonstrate here. :curlhttps://raw.githubusercon

C++ program to round a number to n decimal places C++ program to round a number to n decimal places Sep 12, 2023 pm 05:13 PM

Representing numbers as output is an interesting and important task when writing a program in any language. For integer types (data of type short, long, or medium), it is easy to represent numbers as output. For floating point numbers (float or double type), sometimes we need to round them to a specific number of decimal places. For example, if we want to represent 52.24568 as three decimal places, some preprocessing is required. In this article, we will introduce several techniques to represent floating point numbers to a specific number of decimal places by rounding. Among the different approaches, it is important to use a C-like format string, use the precision argument, and use the round() function from the math library. Let’s look at them one by one. with

Generate random numbers and strings in JavaScript Generate random numbers and strings in JavaScript Sep 02, 2023 am 08:57 AM

The ability to generate random numbers or alphanumeric strings comes in handy in many situations. You can use it to spawn enemies or food at different locations in the game. You can also use it to suggest random passwords to users or create filenames to save files. I wrote a tutorial on how to generate random alphanumeric strings in PHP. I said at the beginning of this post that few events are truly random, and the same applies to random number or string generation. In this tutorial, I'll show you how to generate a pseudo-random alphanumeric string in JavaScript. Generating Random Numbers in JavaScript Let’s start by generating random numbers. The first method that comes to mind is Math.random(), which returns a float

Use C++ to write code to find the Nth non-square number Use C++ to write code to find the Nth non-square number Aug 30, 2023 pm 10:41 PM

We all know numbers that are not the square of any number, such as 2, 3, 5, 7, 8, etc. There are N non-square numbers, and it is impossible to know every number. So, in this article, we will explain everything about squareless or non-square numbers and ways to find the Nth non-square number in C++. Nth non-square number If a number is the square of an integer, then the number is called a perfect square. Some examples of perfect square numbers are -1issquareof14issquareof29issquareof316issquareof425issquareof5 If a number is not the square of any integer, then the number is called non-square. For example, the first 15 non-square numbers are -2,3,5,6,

Numbers in Java (with 0 prefix and strings) Numbers in Java (with 0 prefix and strings) Aug 29, 2023 pm 01:45 PM

Numbers in Java It is important to understand that the number class is not a tangible class but an abstract class. Inside it, we have a set of wrapper classes that define its functionality. These wrapper classes include Integer, Byte, Double, Short, Float, and Long. You may notice that these are the same basic data types we discussed earlier, but they are represented as separate classes with uppercase names to conform to the class naming convention. The compiler automatically converts primitive data types to objects and vice versa as required for a particular function or program scope, and numeric classes are part of the java.lang package. This process is called autoboxing and unboxing. By grasping the abstract nature of numeric classes and their corresponding wrapper classes, we can

Find numbers that are not divisible by any number in a range, using C++ Find numbers that are not divisible by any number in a range, using C++ Sep 13, 2023 pm 09:21 PM

In this article, we will discuss the problem of finding numbers between 1 and n (given) that are not divisible by any number between 2 and 10. Let us understand this with some examples - Input:num=14Output:3Explanation:Therearethreenumbers,1,11,and13,whicharenotdivisible.Input:num=21Output:5Explanation:Therearefivenumbers1,11,13,17,and19,whicharenotdivisible. Solved Simple method if

Represent a number as the sum of the largest possible number of prime numbers in C++ Represent a number as the sum of the largest possible number of prime numbers in C++ Aug 31, 2023 pm 04:29 PM

Discuss a problem, for example, given a number N, we need to split the number into its maximum prime numbers. , we can subtract a prime number from N and then check the difference in prime numbers. If the difference is a prime number, then we can express N as the sum of two prime numbers. But here we have to

See all articles