Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add ontology <-> json translation utililty and object cropping (#…
…20) * refactor: printable exceptions and wrapper for formating them * perf(tasks.runner): only initialise label rows when needed * feat: storage item lookup for easy access to eg client metadata * docs: make doc string more readable * feat(dependency): storage item Note could be done faster by bulk loading storage items directly via the runner rather than doing it once for each task. * feat(dependency): storage item for gcp * fix: only load gcp label row if needed * feat(dependency): better doc strings for gcp and fast api * feat: ontology to pydantic and back * add tests for ontology and back * fix: ruff * dep: pytest * test: test for single object nested classifications. * feat: add object crop dependency to gcp agents * fix: make test command correspond to new FE approach * feat: allow changing client domain via env variables You can set `ENCORD_DOMAIN='https://api.encord.com'` * fix: use form data in fastapi examples and dependencies * fix: use form data in gcp agents * chore: get rid of old cli commands that are not currently maintained * fix: remove todos and better prints * fix: better settings parsing and let printable error just take care of formatting on its own * refactor: type object crops * fix: typo * docs: object classification with claude
- Loading branch information