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
{{ message }}
This repository was archived by the owner on Dec 10, 2019. It is now read-only.
In #26, we added some handling so that bad bounding boxes are rejected with an error. In #18, we improved how well scene search tolerates different types of objects as bounding boxes. Project export should be just as tolerant of plausible bbox formats as scene search is. Instead of throwing an error for bounding boxes that aren't "x1,y1,x2,y2", it should make an attempt to decode the bounding box from shapely boxes or shapes.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In #26, we added some handling so that bad bounding boxes are rejected with an error. In #18, we improved how well scene search tolerates different types of objects as bounding boxes. Project export should be just as tolerant of plausible bbox formats as scene search is. Instead of throwing an error for bounding boxes that aren't
"x1,y1,x2,y2"
, it should make an attempt to decode the bounding box from shapely boxes or shapes.The text was updated successfully, but these errors were encountered: