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

[BUG] Model does not return predictions at some zoom level/bounding box #335

Open
jeafreezy opened this issue Feb 22, 2025 · 3 comments
Open
Assignees
Labels
bug Something isn't working component : frontend enhancement New feature or request status : testing

Comments

@jeafreezy
Copy link
Collaborator

Sometimes, the model doesn’t return buildings for some areas at some zoom level for the user.

For example, if in zoom 20, and if the model was not trained for that zoom level during creation, it won't return predictions for that zoom level until the user zooms in.

cc: @kshitijrajsharma , @omranlm

@jeafreezy jeafreezy added component : backend enhancement New feature or request labels Feb 22, 2025
@kshitijrajsharma
Copy link
Member

kshitijrajsharma commented Feb 22, 2025

For example, if in zoom 20, and if the model was not trained for that zoom level during creation, it won't return predictions for that zoom level until the user zooms in.

Thanks ! This might not be the case even though segmentation models are not trained on some zoom level it should still try to make predictions based on its knowleadge , perhaps there are no predictions detected in that configuration , what does the API response say ? if you can attach the response , I can debug . API might not be raising the right API response code but may have the msg ! I can fix that

@jeafreezy jeafreezy self-assigned this Feb 22, 2025
@jeafreezy jeafreezy added the bug Something isn't working label Feb 22, 2025
@jeafreezy
Copy link
Collaborator Author

Alright, I will look into it.

@jeafreezy jeafreezy changed the title Model does not return predictions at some zoom level [BUG] Model does not return predictions at some zoom level/bounding box Feb 22, 2025
@jeafreezy
Copy link
Collaborator Author

I have just confirmed, indeed, there are no predictions detected for the area @kshitijrajsharma .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component : frontend enhancement New feature or request status : testing
Projects
None yet
Development

No branches or pull requests

2 participants