*Under active development, subject to API change*
Install this version of Pixano Inference with `pip install pixano-inferencegit+https://github.com/pixano/pixano-inferencev0.1.0`
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