Tags: groundlight/python-sdk
Tags
Add documentation and testing for Bounding Box mode (#396) This PR adds documentation for bounding box mode now that it's enabled for all users. Also, it improves the testing coverage on bounding box mode. There were some disabled tests that needed to be turned on now that the mode is available for all users. Also, additional test coverage was added on adding bbox labels. --------- Co-authored-by: Auto-format Bot <[email protected]>
Add bounding boxes label enum (#390) This PR adds a new bounding boxes label enum to the SDK. It will be used to correctly construct responses on the edge, like `Label` is used for binary mode. I also bumped the version number to do a new release with this enum. Due to compatibility issues between `datamodel-code-generator` and the version of pydantic in use, I also update `datamodel-code-generator`.
Bump version to 0.22.4 and generate client code from updated spec (#337) Bump version to 0.22.4. This updates the spec to the point of #4798, to avoid removing the `Label` enum (which may cause issues, I'm not sure). Spec changes include (as far as I can tell): - additional fields related to Webhook models - addition of bounding box mode components - edge `report-metrics` endpoint - `from_edge` field on results
PreviousNext