Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Images Downscaled #10

Open
Andonvr opened this issue Jul 31, 2019 · 1 comment
Open

Images Downscaled #10

Andonvr opened this issue Jul 31, 2019 · 1 comment

Comments

@Andonvr
Copy link

Andonvr commented Jul 31, 2019

Hey, great work you all did! I really like it!
I have a problem though. After running python test_davis_videos.py --input=single_view, the result is downscaled to 288x512 (or, 288x1024, with the original and the result next to each other). But the original has a much higher resolution!
I found the resized_width and _height in the DAVISImageFolder class, but adjusting these made me run out of memory (CUDA) immediatly. I have a GTX 1070.
Is it really that intense? Or am I doing something wrong?

@fcole
Copy link
Contributor

fcole commented Aug 7, 2019

The model is fairly heavy, but it obviously depends on the amount of RAM in your card. We haven't experimented with larger image resolutions. If you are looking for a higher resolution result, you might try upsampling the output using some kind of image-guided filter like https://johanneskopf.de/publications/jbu/

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

No branches or pull requests

2 participants