Skip to content

Releases: FocoosAI/focoos

Release v0.12.2

25 Feb 16:14
Compare
Choose a tag to compare

0.12.2 (2025-02-25)

What's Changed

Full Changelog: v0.12.1...v0.12.2

Release v0.12.1

25 Feb 10:15
Compare
Choose a tag to compare

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

24 Feb 11:09
Compare
Choose a tag to compare

0.12.0 (2025-02-24)

Features

  • crop masks with bbox and enhance postprocess efficiency (fd28321)

Documentation

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

Full Changelog: v0.11.0...v0.12.0

Release v0.11.0

14 Feb 13:13
Compare
Choose a tag to compare

0.11.0 (2025-02-14)

Features

  • Add instance segmentation postprocessing support (e2d09a5)

What's Changed

Full Changelog: v0.10.1...v0.11.0

Release v0.10.1

11 Feb 15:53
Compare
Choose a tag to compare

0.10.1 (2025-02-11)

Documentation

  • Update documentation links and Colab notebook references (80ba465)

What's Changed

  • docs: Update documentation links and Colab notebook references by @fcdl94 in #74

Full Changelog: v0.10.0...v0.10.1

Release v0.10.0

11 Feb 14:24
Compare
Choose a tag to compare

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

  • feat: add comprehensive model documentation for focoos pre-trained models by @fcdl94 in #71

Full Changelog: v0.9.0...v0.10.0

Release v0.9.0

05 Feb 10:41
Compare
Choose a tag to compare

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

Full Changelog: v0.8.1...v0.9.0

Release v0.8.1

04 Feb 09:22
Compare
Choose a tag to compare

0.8.1 (2025-02-04)

Bug Fixes

  • update Dataset dataclass (f125f53)

What's Changed

Full Changelog: v0.8.0...v0.8.1

Release v0.8.0

24 Jan 15:25
Compare
Choose a tag to compare

0.8.0 (2025-01-24)

Features

  • enhance training monitoring and metrics visualization (7164299)
  • switch to ruff (cd25fdc)

Styles

What's Changed

Full Changelog: v0.7.4...v0.8.0

Release v0.7.4

10 Jan 15:03
Compare
Choose a tag to compare

0.7.4 (2025-01-10)

Bug Fixes

  • restore scale detections (c6bff80)

What's Changed

Full Changelog: v0.7.3...v0.7.4