Skip to content

v10.0.0

Compare
Choose a tag to compare
@mikel-brostrom mikel-brostrom released this 16 May 14:54
· 2272 commits to master since this release
f8b5b9e
  • Tracking now available for all main computer vision tasks:
    - detection
    - segmentation
    - pose estimation
  • Added DeepOCSORT to trackers
  • Added LightMBN to ReID models
  • Added ReID export compatibility for --half with --dynamic, thanks to @Rm1n90 in #798
  • ReID TFlite model export now available using onnx2tf instead of using openvino2tensorflow
  • Deleted Yolov8 submodule in favour of a pure Yolov8 package implementation
  • Complete track.py refactor
  • Simplified val.py
  • Log val and evolve results to tensorboard. Usage
    • tensorboard --logdir=./runs/evolve/
    • tensorboard --logdir=./runs/val/