Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Visual search update (#210) * add parametrisation for chunking, overlapping boxes and combined model+boxes * add more tests * integrate yolox and simple grid changes * helper functions for opencv and yolox * add yolox patch class and helper functions * update to use opencv * update model cache and add logging * fix model caching and device selection * device conflicts * add attention based bb generation * update bboxes and test yolo * refactor and add attention based ViT for bb determination * create dino specific utils file for vit attention * include dino files * split the image file into seperate utils * refactor, split into seperate files and use a proper base class * add more tests * update and add more tests * refactor and clean up * add more packages * clean up and refactor * update tests * docker and cloud versions * change * fix device for owl * update types and dco strings * rename file * rename file * move tests * pytorch utils test * add another error for model loading * update functions to handle some edge cases and update types * add more tests * update the yolox utils to download the proper model * add yolox specific tests * update reqs and setup to be on the latest * update dockerfile to be same as new one * clean up * add the example and app * update file locations * update demo * bump model version * update demo * minor text edits * update demo * update demo * better error handling * update tests * change to PIL error * add more error types * small fixes for errors * error handling * update tests * remove models * clean up, doc strings and formatting * update tests * minor formatting Co-authored-by: Jesse Clark <jesse@s2search.io> * update some function names after merge * clean up and rename * Pinning tox ci (#211) * Branch aware ci tests (#209) * set the MQ_API_TEST_BRANCH to the current branch * setting github ref to just branch name * Adding quotes around env var * fixed syntax error * parsing the github.ref string * exporting just before running * added image_to_test input * fix: typo * default image to test is now explicit * updated documentation for image_to_test var * Update unit_test_CI.yml * tox pinned to 3.26 Co-authored-by: pandu-k <107458762+pandu-k@users.noreply.github.com> Co-authored-by: Pandu Oliver Kerr <pandu@s2search.io> * Update Dockerfile remove space * clean up * move to headless opencv * tidying up * update error * minor edits * fix PR feedback and add more descriptions in the docstrings * use literal type * clean up, make the names more descriptive * change logging level to debug for some messages Co-authored-by: Jesse Clark <jesse@s2search.io> Co-authored-by: pandu-k <107458762+pandu-k@users.noreply.github.com> Co-authored-by: Pandu Oliver Kerr <pandu@s2search.io>
- Loading branch information