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

Training error report #16

Open
hhhddddddd opened this issue Dec 9, 2024 · 6 comments
Open

Training error report #16

hhhddddddd opened this issue Dec 9, 2024 · 6 comments

Comments

@hhhddddddd
Copy link

Great job!
I tried to test the model effect on a custom data set, and now I have some problems.
image
The instructions I carried out are as follows:
python run_video.py \ -i /home/xuankai/code/Car.mp4 \ -o output/ \ -p paper \ --res 0 \ --fps 0 \ --restore-res True
I'm not sure if there is something wrong with my data format. Looking forward to your reply!

@markkua
Copy link
Member

markkua commented Dec 9, 2024

hi, the paper preset uses strictly dilation rates {1, 10, 25}. Your video has only 17 frames, which is too short for this setting. Please try fast preset, which will automatically reduce the dilations, or manually specify other dilation rates.

@hhhddddddd
Copy link
Author

Thank you very much for your reply!
When I use A to control the output resolution, the output depth video will be noisy. How can I solve this problem?
image
The instructions I carried out are as follows:
python run_video.py \ -i /home/xuankai/code/Car.mp4 \ -o output \ -p fast \ --verbose \ --restore-res True \

@markkua
Copy link
Member

markkua commented Dec 9, 2024

What does your input video look like? Does it also fail with --restore-res False?

@hhhddddddd
Copy link
Author

Thank you very much for your reply!
The resolution of the video I inputted is 400*940. It is running correctly with --restore-res False. But I want to keep the output resolution unchanged.

@markkua
Copy link
Member

markkua commented Dec 13, 2024

Could you share your input video? I can't reproduce this issue with my data.

@hhhddddddd
Copy link
Author

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