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
Support re-processing detections and skipping localizer (#815)
* Set up customizable local processing service
* Set up separate docker compose stack, rename ml backend services
* WIP: README.md
* Improve processing flow
* fix: tests and postgres connection
* Update READMEs with minimal/example setups
* fix: transformers fixed version
* Add tests
* Typos, warn --> warnings
* Add support for Darsa flat-bug
* chore: Change the Pipeline class name to FlatBugDetectorPipeline to avoid shadowing the FlatBugDetector model
* Move README
* Address comment tasks
* Update README
* Pass in pipeline request config, properly cache models, simplifications
* fix: update docker compose instructions & build path
* feat: use ["insect"] for the default zero-shot class
* feat: try to use faster version of zero-shot detector
* feat: use gpu if available
* fix: update minimal docker compose build path
* Add back crop_image_url
* Support re-processing detections and skipping localizer
* fix: correctly pass candidate labels for zero shot object detector
* Support re-processing detections and skipping localizer
* fix: allow empty pipeline request config
* fix: allow empty pipeline request config
* clean up
* fix: ignore detection algorithm during reprocessing
* remove flat bug
* feat: only use zero shot and HF classifier algorithms
* clean up
* Expand support for date formats in image filenames (#809)
* feat: support more date formats in filenames
* feat: update and centralize validation language
* fix: change name of the new docker network (#819)
* docs: clarify new Detection schema/class
* Function for creating detection instances from requests
* Add reprocessing to minimal app
* Add re-processing test
* Fix requirements
* Address review comments
* Only open source image once
* feat: cache huggingface & torch models that are auto-downloaded
* fix: leave gpu passthrough as an example, off by default
* feat: feature flag & pipeline config for reprocessing detections
* fix: spelling in previous feature flag
* chore: migration for new & corrected feature flags
* fix: append detections instead of overriding. add feature flag to tests.
---------
Co-authored-by: mohamedelabbas1996 <hack1996man@gmail.com>
Co-authored-by: Michael Bunsen <notbot@gmail.com>
0 commit comments