Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 800 Bytes

CHANGELOG.MD

File metadata and controls

8 lines (6 loc) · 800 Bytes

v0.1.0-beta - 2024-09-16

Added

  • [#8]TaskTemplate: An abstract class that serves as the blueprint for implementing custom computer vision tasks.
  • [#8]HomographicTransformation: A built-in task that applies homographic transformations for advanced image analysis.
  • [#7]/data API: Streams raw outputs directly from the model pipeline.
  • [#4]/video_stream API: Streams processed images from the final stage of the model pipeline.