Skip to content

Pixano Inference 0.1.0

Compare
Choose a tag to compare
@cpvannier cpvannier released this 02 Jun 09:11
· 120 commits to main since this release
6891162

Under active development, subject to API change

Install this version of Pixano Inference with pip install pixano-inference@git+https://github.com/pixano/[email protected]

Changed

  • Breaking: Merge inference generation and embedding precomputing into a single InferenceModel class
  • Improve README file

Fixed

  • Order all image transforms args to height first and width second for consistency
  • Fix COCO labels mismatch between YOLO predictions on 80 labels and ground truth on 91 labels
  • Convert TensorFlow models bounding box coordinates from yxyx to xyxy before xywh conversion