We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I wonder how can I find out the zoom level of the picture that I get from google map to set this two variables to work properly on my images?
Here is a sample of image that I want to detect the rooftop potential for solar panels:
And this is the output:
As you can see the result is not good at all and the predicted area of room is also totally wrong.
I think the problem is the wrong values of zoom and tileSize variables.
zoom
tileSize
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I wonder how can I find out the zoom level of the picture that I get from google map to set this two variables to work properly on my images?
Here is a sample of image that I want to detect the rooftop potential for solar panels:
And this is the output:
As you can see the result is not good at all and the predicted area of room is also totally wrong.
I think the problem is the wrong values of
zoom
andtileSize
variables.The text was updated successfully, but these errors were encountered: