-
Notifications
You must be signed in to change notification settings - Fork 29
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
Image size to match original? #3
Comments
Is this possible, I see in the code this is locked to 1024 x 512 ? |
@gateway Because our training images are all fixed as 1024x512, so if you apply to other resolution I cannot promise the performance will be good. In you case, I guess you can just upsample the predicted depth map to 7296 x 3648 if you just need reasonable result. |
So here is what I have done which I get used to after doing 1000's of 360 panos for my work. I use Topaz Gigapixel AI which isnt free but there are a few neural network upscales available. I have bought the depth map back up to the same resolution of my original pano. Then in photoshop or affinity photo I edit the pano in 3d mode and use photoshops healing/clone tools to fix the zenith/nadir areas that where originally just noise. Its a first step but thats at least a workaround. Then the last step is to run it though Topaz DeNoise (also not free) but a part of my toolbox. |
Is their a way that we can have an option or maybe I'm missing it where it doesn't crop/scale down the size? I have images that are 7296 x 3648 which comes out of my Theta Z1 360 camera.
The text was updated successfully, but these errors were encountered: