You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps it's best to explain my issue with a simple example:
I set the bounding_box in config.json to [0,0, 100,100].
I download labels within the bounding box
I download tiles of size 20*20. One of the downloaded tiles is "Tile X" with coordinates [90,90, 110,110].
In tile X, my model detects an "object O" at coords [105, 105, 106, 106].
This object is however not in labels because it is outside of the bounding box set in config.json. So it seems like a "false positive" when actually the detection is correct.
Is this known/desired?
I imagine a functionality could be added that would check coordinates of tiles and then download all labels within the tiles.
The text was updated successfully, but these errors were encountered:
Thanks for the write-up and identification. I think the current behavior is not desired and the ideal functionality would be to use all labels within the downloaded tiles
Perhaps it's best to explain my issue with a simple example:
Is this known/desired?
I imagine a functionality could be added that would check coordinates of tiles and then download all labels within the tiles.
The text was updated successfully, but these errors were encountered: