You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for image in images:
image.save('./images_output/out_' + model_type + '_' + str(image_idx) + '.png')
image_idx += 1
These are the sample files. Where is the final output?
I use "!python run_ootd.py --model_path ./examples/model/model_8.png --cloth_path ./examples/garment/051412_1.jpg --model_type dc --category 1 --scale 2.0 --sample 4"
The text was updated successfully, but these errors were encountered:
In that folder, only sample files are saved based on the given 'sample' number.
Are all files, such as each model from 'openai/clip-vit-large-patch14,' required, or is only one enough? I use the 'pytorch_model.bin' file.
for image in images:
image.save('./images_output/out_' + model_type + '_' + str(image_idx) + '.png')
image_idx += 1
These are the sample files. Where is the final output?
I use "!python run_ootd.py --model_path ./examples/model/model_8.png --cloth_path ./examples/garment/051412_1.jpg --model_type dc --category 1 --scale 2.0 --sample 4"
The text was updated successfully, but these errors were encountered: