Releases: pixano/pixano-inference
Releases · pixano/pixano-inference
Pixano Inference 0.1.0
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
Pixano Inference 0.0.1
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]
Added
- Create first public release