We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File "F:\AI\multimodal-garment-designer-main\pipes\sketch_posemap_inpaint_pipe.py", line 519, in call mask, masked_image = prepare_mask_and_masked_image(image, mask_image) TypeError: prepare_mask_and_masked_image() missing 2 required positional arguments: 'height' and 'width'
The text was updated successfully, but these errors were encountered:
Hi @StartHua
Could you please provide more information about the command that you used when you got this error?
Alberto
Sorry, something went wrong.
hi , can you teach me me how to implement this in my local pc
I met the same problem:
python src/eval.py --dataset vitonhd --dataset_path viton-hd --batch_size 2 --mixed_precision fp16 --output_dir output_vitonhd --save_name output_vitonhd --num_workers_test 0 --sketch_cond_rate 0.2 --start_cond_rate 0.0 --test_order paired
No branches or pull requests
File "F:\AI\multimodal-garment-designer-main\pipes\sketch_posemap_inpaint_pipe.py", line 519, in call
mask, masked_image = prepare_mask_and_masked_image(image, mask_image)
TypeError: prepare_mask_and_masked_image() missing 2 required positional arguments: 'height' and 'width'
The text was updated successfully, but these errors were encountered: