zk19971101
zk19971101
what's does the mean of the content of emb.pickle? it is a dict.
当我下载好数据集并使用您的代码处理后发现一个文件夹中的图像来自不同的视频,这个是否正常?  这个现象产生的原因是什么呢?有人遇到过吗?
when i follow your code to propraring LRS2 for training, i find the post-prepare data is confused!  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'?  
 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 ###...
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推理结果: