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

Hard Coded Path to Recurrent Flow Completion Model Weight #73

Open
ykwongaq opened this issue Feb 19, 2024 · 2 comments
Open

Hard Coded Path to Recurrent Flow Completion Model Weight #73

ykwongaq opened this issue Feb 19, 2024 · 2 comments

Comments

@ykwongaq
Copy link

Thank you for the great work on ProPainter!

I am trying to train the ProPainter using the pretrained recurrent flow completion model, however, I got a file not found error:

image

I found out the root cause is at core/trainer.py line 75:

image

where the path for flow completion model is hard coded.

Perphas it is better to configure it in the train_propainter.json

Thank you

@Pokerman8
Copy link

I meet the same problem, and I want to know that if the path of the Recurrent Flow Completion Model Weight is /ProPainter-main/weights/recurrent_flow_completion.pth

@ykwongaq
Copy link
Author

I meet the same problem, and I want to know that if the path of the Recurrent Flow Completion Model Weight is /ProPainter-main/weights/recurrent_flow_completion.pth

Yes, I have changed the path to what you mentioned. And it is working now.

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