Skip to content

Pixano Inference 0.3.1

Latest
Compare
Choose a tag to compare
@cpvannier cpvannier released this 18 Mar 10:25
f308e6d

Under active development, subject to API change

Install this version of Pixano Inference with pip install pixano-inference~=0.3.1

Added

  • Add new GroundingDINO model for semantic segmentation with text prompts (#6)

Changed

  • Update README badges with PyPI release

Fixed

  • Remove top-level imports for GitHub models to prevent import errors (#6)
  • Fix preannotation with SAM and MobileSAM (#6)
  • Add type hints for Image PixanoType (#6)
  • Update Pixano requirement from 0.5.0 beta to 0.5.0 stable