Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Pixano Inference 0.3.1 #16

Merged
merged 5 commits into from
Mar 18, 2024
Merged

Release Pixano Inference 0.3.1 #16

merged 5 commits into from
Mar 18, 2024

Conversation

cpvannier
Copy link
Member

Description

Release Pixano Inference 0.3.1 (v0.3.1)

Added

Changed

  • Update README badges with PyPI release

Fixed

cpvannier and others added 3 commits March 18, 2024 09:55
Bump from 0.5.0 beta to 0.5.0 stable release
* feat(back): Rename segment_anything module to github

This will allow adding new models like GroundingDINO and YOLO-World in the same module

* fix(back): Add type hint for Image PixanoType

from_dict method is defined with a general PixanoType return, add Image type hint to access the class methods

* feat(back): Add GroundingDINO

* chore: Add GroundingDINO requirements

Update torch versions as required by GroundingDINO, and turn them to fixed required (~) to prevent issues
Update tensorflow versions to prevent issues with those models as well

* fix(back): Add prompt arg to other models

* fix(back): Fix preannotate for SAM and MobileSAM

Bounding box coordinates and confidence are already Python types and do not need to be converted from torch with Tensor.item()

* fix(ci): Add GroundingDINO to lint action

* feat(docs): Add GroundingDINO to documentation

* fix(back): Remove top-level GitHub imports to prevent errors

* chore: Update CHANGELOG.md

* fix(back): Fix GroundingDINO imports
@cpvannier cpvannier added the release New Pixano Inference release or pre-release label Mar 18, 2024
@cpvannier cpvannier merged commit f308e6d into main Mar 18, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release New Pixano Inference release or pre-release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant