Dimitrii Lopanov

Results 49 comments of Dimitrii Lopanov

It has happend to me too. I have OpenCV 4.5.5 installation, so to use GoCV I've needed to install [v0.30.0](https://github.com/hybridgroup/gocv/releases/tag/v0.30.0) tag of this package So basically you need to match...

UI has been updated in #21 . Need to wait until UI makes virtual lines drawing happen and then we can continue to work on this PR too (still can...

UI is in W.I.P. now: https://github.com/LdDl/rust-road-traffic-ui/pull/55

Added showcase video

Bumped UI version from https://github.com/LdDl/rust-road-traffic-ui/pull/55 Doing main check ups.

https://github.com/LdDl/odam/commit/4fddb6a287d38e761708c4a24b7ea9609a9e98c4

YOLOv5 and YOLOv4 are not compatible, since YOLOv5 is not YOLO-family descendant in terms of source ML framework - https://github.com/pjreddie/darknet/issues/2198. You can use yolov7 (tiny version) though - https://github.com/AlexeyAB/darknet/issues/8595 Also...

1. tiny-v7 should be considered slower since there are more layers in network architecture. 2. there are tons of pretrained models in internet. As example I have another repo with...

Yeah Pretty every model trained on COCO / BIT / AIC-HCMC datasets (or subsets). Those don't contain too many vehicle types. If you need to distinguish some classes you can...