pypi ultralytics 8.2.92
v8.2.92 - `ultralytics 8.2.92` vertical `line` counter fix (#16163)

latest releases: 8.2.98, 8.2.97, 8.2.96...
8 days ago

๐ŸŒŸ Summary

This release enhances the object counting functionality in Ultralytics with configurable counting directions, and improves code efficiency and readability.

๐Ÿ“Š Key Changes

  • Added a new parameter to set object counting directions ("left_to_right" or "right_to_left").
  • Updated counting logic to leverage the new direction attribute.
  • Refined object counter visualization and class labeling.
  • Minor code clean-ups, including removal of redundant components.

๐ŸŽฏ Purpose & Impact

  • ๐Ÿ”„ Flexibility: Users can now customize the counting direction, making the feature more versatile across different scenarios.
  • ๐ŸŽฏ Improved Accuracy: The directionality consideration minimizes miscounts, particularly in bidirectional flows.
  • ๐Ÿงน Code Clarity: Streamlined codebase for better maintainability and readability, benefiting developers when further customizing or understanding the code.

What's Changed

New Contributors

Full Changelog: v8.2.91...v8.2.92

Don't miss a new ultralytics release

NewReleases is sending notifications on new releases.