Skip to content
New issue

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

After completion, where is the last updated file saved? #195

Open
Subhadip-sonai opened this issue Jun 11, 2024 · 2 comments
Open

After completion, where is the last updated file saved? #195

Subhadip-sonai opened this issue Jun 11, 2024 · 2 comments

Comments

@Subhadip-sonai
Copy link

Subhadip-sonai commented Jun 11, 2024

Screenshot from 2024-06-11 12-59-22
out_dc_0

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"

@levihsu
Copy link
Owner

levihsu commented Jun 12, 2024

Final output is saved in ./run/images_output and no such intermediate result should be saved
Please check the correctness of your code and files

@Subhadip-sonai
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants