Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@rfonod rfonod released this 12 Nov 20:35
· 1 commit to main since this release
d4ebdb7

Main Changes:

  1. Bounding Box Conversion:

    • Robustified the bounding box conversion function to accommodate aggressive changes.
  2. Utility Scripts:

    • Implemented a script to stabilize bounding boxes.
    • Added README files for all utility scripts to provide usage instructions and examples.
  3. Unit Testing:

    • Implemented basic unit tests for the Stabilizer class using pytest.
  4. Sample Data:

    • Provided sample data to test the utility scripts, including default outputs.
  5. Documentation:

    • Refactored the main README.md for clarity and conciseness.
    • Included a GIF to illustrate both video and track stabilization.
  6. Dependencies:

    • Ensured pytest is listed as a development dependency in pyproject.toml.
  7. References:

    • Added a reference to a preprint paper for research-related citations.

Bug Fixes:
Fixed various minor bugs to improve stability and performance.

Performance Improvements:
Optimized the stabilization algorithm for faster processing times.

Full Changelog: v0.1.0...v1.0.0