Releases: FocoosAI/focoos
Releases · FocoosAI/focoos
Release v0.12.2
0.12.2 (2025-02-25)
What's Changed
- hotfix(detection): fix wrong bbox coordinates by @CuriousDolphin in #80
Full Changelog: v0.12.1...v0.12.2
Release v0.12.1
0.12.1 (2025-02-25)
Bug Fixes
- handle empty detections in annotation and masks conversion functions (ed254c8)
Code Refactoring
- separate postprocessing and runtime inference logic (16bf791)
What's Changed
- fix: separate postprocessing from runtime inference logic and handle null masks results by @CuriousDolphin in #79
Full Changelog: v0.12.0...v0.12.1
Release v0.12.0
0.12.0 (2025-02-24)
Features
- crop masks with bbox and enhance postprocess efficiency (fd28321)
Documentation
- delete legacy comment (cba7889)
Tests
- add test cases for mask_to_xyxy utility function (fed5050)
- enhance runtime and postprocessing test coverage (c6ee176)
Code Refactoring
- Remove debug print statements in mask cropping (4a44fd1)
What's Changed
- feat: crop masks with bbox and enhance postprocess efficiency by @CuriousDolphin in #78
Full Changelog: v0.11.0...v0.12.0
Release v0.11.0
0.11.0 (2025-02-14)
Features
- Add instance segmentation postprocessing support (e2d09a5)
What's Changed
- feat: add instance segmentation postprocessing support by @CuriousDolphin in #75
Full Changelog: v0.10.1...v0.11.0
Release v0.10.1
0.10.1 (2025-02-11)
Documentation
- Update documentation links and Colab notebook references (80ba465)
What's Changed
Full Changelog: v0.10.0...v0.10.1
Release v0.10.0
0.10.0 (2025-02-11)
Features
- Add comprehensive model documentation for Focoos models (93a2d6e)
- Update inference notebook with improved installation and image handling (10163b1)
Bug Fixes
- Update Gradio app and inference docs for correct dependency installation (6dbe0c5)
Code Refactoring
- Update demo and notebook utilities with visualization improvements (5f208f4)
Documentation
- Add Colab notebook badges to how-to guides (230d81c)
- Added instance segmentation model (cdd58ff)
- Restructure documentation and update model pages (57ffe7b)
- Revamp README and documentation with updated SDK overview and quickstart (c17e4b1)
- Update documentation links to use relative paths (6fd529d)
- Update documentation navigation and add new how-to guides (ab94112)
- Update inference example with PIL image preview and annotations (d86d40d)
What's Changed
Full Changelog: v0.9.0...v0.10.0
Release v0.9.0
0.9.0 (2025-02-05)
Features
- add torchscript runtime (3956533)
- enhance model format selection and documentation for runtime support (f5fe733)
Bug Fixes
- ci: fix test to run on matrix.os (f8e9525)
- ci: update release workflow commit reference (2f79391)
- tests: convert Path objects to strings in test assertions for windows compatibility (1e7596c)
- update Dockerfile stage naming for torch runtime (dbe1fc5)
- update install-gpu target to use cuda optional dependency (6bb5376)
Code Refactoring
- renamed TensorRT devcontainer configuration (50307c8)
- update runtime and dependency configurations (2467267)
Documentation
- add Docker and devcontainer support (461df5a)
What's Changed
- feat: add torchscript runtime and docker support by @CuriousDolphin in #67
Full Changelog: v0.8.1...v0.9.0
Release v0.8.1
0.8.1 (2025-02-04)
Bug Fixes
- update Dataset dataclass (f125f53)
What's Changed
- hotfix: update Dataset dataclass,due to missing url by @CuriousDolphin in #69
Full Changelog: v0.8.0...v0.8.1
Release v0.8.0
0.8.0 (2025-01-24)
Features
Styles
- lint and format (070b365)
What's Changed
- feat: refactor metrics and switch to ruff by @CuriousDolphin in #64
Full Changelog: v0.7.4...v0.8.0
Release v0.7.4
0.7.4 (2025-01-10)
Bug Fixes
- restore scale detections (c6bff80)
What's Changed
- fix: restore scale detections by @CuriousDolphin in #54
Full Changelog: v0.7.3...v0.7.4