junyanz / interactive-deep-colorization

Deep learning software for colorizing black and white images with a few clicks.
https://richzhang.github.io/ideepcolor/
MIT License
2.69k stars 447 forks source link

Keep the original width & height of image #46

Closed sujameslin closed 6 years ago

sujameslin commented 6 years ago

Is there anyway to have same width & height with original for the output picture? It always output picture with fixed width 1200px no matter what size of image that I loaded.

Thanks

junyanz commented 6 years ago

It should have been fixed by this commit. Are you running the latest code?

sujameslin commented 6 years ago

No, I was running via docker. Used this image. https://hub.docker.com/r/vbisbest/ideepcolor_osx/

sujameslin commented 6 years ago

@junyanz Yes. it worked. The docker image contains a bit old code which doesn't include that commit. I did git pull and it works. Thanks

rtrudes commented 5 years ago

@junyanz Yes. it worked. The docker image contains a bit old code which doesn't include that commit. I did git pull and it works. Thanks

Hello, I'm facing the same issue. How did you do the git pull? Can you help me? Thanks