LdDl / rust-road-traffic

Vehicle counting/tracking and speed estimation
17 stars 3 forks source link

Model picker: ONNX + Darknet #18

Closed LdDl closed 7 months ago

LdDl commented 7 months ago

Final goal: give opportunity to use either YOLOv8 (by Ultralytics) ONNX-based weights or traditional Darknet-based weights (v3, v4, v7 and theirs corresponding "tiny" versions)

Corresponding conversation is here #17

2023.11.18: Initial commit - add new dependency and utilize it to not break current codebase

2023.11.27:

2023.12.04: