StawEndl
StawEndl
as title,    the error is : Traceback (most recent call last): File "/ai/home/project/sd-scripts-main/train_network.py", line 538, in train(args) File "/ai/home/project/sd-scripts-main/train_network.py", line 408, in train noise_pred = unet(noisy_latents, timesteps,...
do you have a pSp pretrained weight file? I predict a photo of a asian person with e4e, the person of result image is more like westerner.
what you are talking about, the meta_expressions.json, is rename from meta_valid.json? i rename meta_valid.json to meta_expressions.json, however, the code throw this exception: File "/ai/home/project/MeViS-main/lmpm/data/datasets/mevis.py", line 66, in load_mevis_json for exp_id,...
我现在是可以调用预测的engine文件了(根据你之前的加速模型预测那部分github的代码),但是deepsort部分的engine文件不会调用,是跟预测那部分一样吗?如果是,cuda.memcpy_htod_async(cuda_inputs[0], host_inputs[0], stream)中的host_inputs格式应该怎么写?因为模型预测只传图片,但是deepsort要传多个变量。。