-
Notifications
You must be signed in to change notification settings - Fork 34
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
The result is not good #5
Comments
Thanks for your attention. |
Hi, thanks for your work! Thanks ahead for your help! Here is my validation result:
|
Hi, how did you convert? I am also pulling out the model part, but it reports errors when testing :
My code is as follows: import torch
# 指定 checkpoint 文件的路径
checkpoint_path = 'checkpoint_60.ckpt'
checkpoint = torch.load(checkpoint_path)
# 提取模型的参数
model_state_dict = checkpoint['model']
torch.save(model_state_dict, "checkpoint_60.pth") Thanks for your help! |
Your work is awesome!
I tried running Video Harmonization on your pretrained model but the result is not good
My FG is the audience sitting in the stands, the number is large
My BG is the audience's row of seats
My mask is already detached
But it seems that the result is not good, is it because of the datasets?
The text was updated successfully, but these errors were encountered: