Skip to content

Releases: KernelA/yolo-video-detection-example

v0.1.0

05 Sep 10:23
Compare
Choose a tag to compare

v0.1.0 (2023-09-05)

Feature

  • Merge pull request #13 from KernelA/new-params

New parameters added :minor: (f90f43c)

  • New parameters added :minor:
  • Move default logging config to package
  • Draw optional text and score
  • Process upto max image size (e7d3f50)

Unknown

v0.0.3

04 Sep 17:12
Compare
Choose a tag to compare

v0.0.3 (2023-09-04)

Fix

  • Fix issue with missing import :patch: (d08b460)

Unknown

  • Merge pull request #10 from KernelA/readme-update

Modify README and build and some chanages in source code (cb91593)

  • Modify README and build and some chanages in source code (d85ee77)

v0.0.2

30 Aug 19:24
Compare
Choose a tag to compare

v0.0.2 (2023-08-30)

Fix

  • Update README.md

Add PyPi badge :patch: (a48a59e)

Unknown

  • Merge pull request #7 from KernelA/KernelA-patch-1

Update README.md (3580cdd)

  • Merge pull request #5 from KernelA/fix-build

Use cibuildwheel instead build (0155515)

  • Fix issue with tests (b2c2b3e)

  • Use cibuildwheel instead build (5c2fdee)

v0.0.1

26 Aug 14:00
Compare
Choose a tag to compare

v0.0.1 (2023-08-26)

Fix

  • Test version patch :patch: (ecf2b3d)

Unknown

  • Update build-and-publihs.yaml (4b3cb1a)

v0.0.0

26 Aug 13:39
Compare
Choose a tag to compare

v0.0.0 (2023-08-26)

Unknown

  • Update build-and-publihs.yaml (e0863ea)

  • Merge pull request #3 from KernelA/KernelA-patch-1

Update build-and-publihs.yaml (5448f74)

  • Update build-and-publihs.yaml (0381639)

  • Merge pull request #2 from KernelA/autobuild-package

Autobuild package (3b6a52c)

  • Add semnatic release support (bba3a2d)

  • Init autobuild worlfow (708dedc)

  • Pack general code to the python package (d5dad7b)

  • Merge pull request #1 from KernelA/shared-memory

Shared memory (b9269d3)

  • Update README (4ffa527)

  • Add PyTorch model with ONNX support (2016793)

  • Add main logic for touch designer and cythonized NMS algorithms like OpenCV (3162e45)

  • Add yolo detection model as ONNX (8e79a01)

  • Add base example (00b21cc)