Bohong Chen

Results 11 comments of Bohong Chen

在user/src/linker.ld中如果忽略掉第28行*(.debug*),最后会有Panicked at src/mm/address.rs:202 start VPN:0x80a9f > end VPN:0x80800!的意外情况,请问大家这是为什么啊?

> @RobinWitch 这样的话会保留应用可执行文件中的调试信息,使得应用可执行文件大小膨胀,最终超出我们预设的物理内存大小限制。 @wyfcyx 十分感谢!

> > int should be hips, may be not spine2? > > I also face similar error. Have you seen improvement after modifying the code. I also face similar error...

In intuitive, I think amplifying the importance of certain motion features we should plus opt.feat_bias instead of dividing? The default value of opt.feat_bias is 5.

Maybe I don't explain my first question well , I suppose that using not normalized wav to get WavLM is a fatal mistake ,why it works in the end, it's...

Hum...still sounds strange :( May be we need to make a simple test.

Well ,I find that mean and std of the wav is not 0 and 1 .The command`ffmpeg-normalize` is not same role as layer_norm ,you can refer to [it](https://github.com/slhck/ffmpeg-normalize) . >...

Thank you very much, it helps me a lot !!! > I have a gradio example for it: https://gist.github.com/tsdocode/6be4bc8d5c63321d933d404adbfdfa7a

api形式的inference如果以输入路径形式的话file://xxx,我这边测试无论是图片还是视频文件都不行,但是通过base64或者一个网上可访问链接的方式倒是都可以