zk19971101

Results 10 issues of zk19971101

what's does the mean of the content of emb.pickle? it is a dict.

当我下载好数据集并使用您的代码处理后发现一个文件夹中的图像来自不同的视频,这个是否正常? ![企业微信截图_20240328092201](https://github.com/Rudrabha/Wav2Lip/assets/78424820/a3efe907-62d7-4547-8cbb-95247da1f53d) 这个现象产生的原因是什么呢?有人遇到过吗?

when i follow your code to propraring LRS2 for training, i find the post-prepare data is confused! ![企业微信截图_20240328092201](https://github.com/Rudrabha/Wav2Lip/assets/78424820/fb150a73-db7c-4ece-a6a5-2351037febba) is this problem raised by multi-threading of python?

self.mbUnit = eval(kwargs['mbunit'])(kwargs['mb_spatial'],kwargs['mb_channel']) File "", line 0 ^ SyntaxError: unexpected EOF while parsing i find kwargs['mbunit'] is an empty str, which is "".

the error is: 2 errors detected in the compilation of "F:/GeneFacePlusPlus-main/modules/radner fs/raymarching/src/raymarching.cu". raymarching.cu ninja: build stopped: subcommand failed.

whether this model support the resolution of 512*512? if yes, how can i set the parameter of '--checkpoint_path_BASE' and '--checkpoint_path_HR'? ![pth](https://github.com/semchan/HyperLips/assets/78424820/6a327ae2-90a1-4e6c-85c6-a85c86ac9993) ![error](https://github.com/semchan/HyperLips/assets/78424820/f67823be-ca0f-4eae-904c-75a1b6a85fe9)

![error](https://github.com/sstzal/DiffTalk/assets/78424820/a04daa28-66a1-4779-bb89-ac351d3cfd9e) i encountered a problem about package 'ldm', my env's ldm==0.1.3 python==3.7 pytorch==1.12.1

### System Info ghcr.io/huggingface/text-generation-inference 2.0.4 platform windows10 Docker version 27.0.3 llm model:lllyasviel/omost-llama-3-8b-4bits cuda 12.3 gpu nvidia rtx A6000 ### Information - [X] Docker - [ ] The CLI directly ###...

Stale

after i download the checkpoints to .\checkpoints\ppt-v2, when i run "python app.py --share --version ppt-v2 --checkpoint_dir .\checkpoints\ppt-v2 ",raise the problem "OSError: Error no file named diffusion_pytorch_model.bin found in directory .\checkpoints\ppt-v2\realisticVisionV60B1_v51VAE\unet."...

我通过将paddleOCR官方推理权重从paddle转化为onnx后,再通过pnnx转换为ncnn在C++进行推理效果不佳。请问一下您是如何转换的? ncnn推理结果: onnx推理结果: