LuoJinhao

Results 26 comments of LuoJinhao

When I "UPLOAD CHARACTER" with "NEXT" click, and press "F12", I can get a `character`, but the animated FBX is only the skeleton pose sequence without mesh. How can I...

![1-1](https://user-images.githubusercontent.com/34391447/133912553-0fc46127-f0fe-4be0-b87c-b5175ee13a96.jpg) The above preview image is generated by the following code, which can be used to quickly check the problem data. ``` if 1: from glob import glob from natsort...

As a basic usage alternative this is feasible: ``` a = [1, 2, 3] print(a) # [1, 2, 3] from icecream import ic as print print(a) # ic| a: [1,...

Sometimes I just need to check it briefly, which is very convenient. I can remove this line when it's not needed. Not all projects are run in a very strict...

I replace the following code ``` def create_local_tracks_from_file(filepath): player = MediaPlayer(filepath) return player.audio, player.video ``` in https://github.com/aiortc/aiortc/blob/main/examples/webcam/webcam.py#L21 That is, when playing a video, the quality is very poor for the...

May be the sacrifice of image quality to ensure real-time