gentle-li
gentle-li
> Hi, > Yes, the two Hs are the same. But you need to be careful on how to use it. In the line Img->H->warp_img, H is used to warp...
> 嗨! > 我正在研究Linux系统并在这两行中设置模型的默认路径:[https](https://github.com/Smorodov/Multitarget-tracker/blob/master/example/VideoExample.h#L480):[//github.com/Smorodov/Multitarget-tracker/blob/master/example/VideoExample.h#L480](https://github.com/Smorodov/Multitarget-tracker/blob/master/example/VideoExample.h#L480) > 但在Windows上它不起作用。您可以: > > 1. 设置文件夹数据中模型的完整路径:[https](https://github.com/Smorodov/Multitarget-tracker/tree/master/data):[//github.com/Smorodov/Multitarget-tracker/tree/master/data](https://github.com/Smorodov/Multitarget-tracker/tree/master/data) > 2. 将此文件夹复制到生成目录。 > > 我会在近期修复这个bug。 It works fine,thanks^_^ But the speed is very slow, what is the reason? Frame...
> All DNNs work on opencv_dnn module. You can set two options: > > 1. Target: https://github.com/Smorodov/Multitarget-tracker/blob/master/src/Detector/YoloDetector.cpp#L53 > 2. Backend: https://github.com/Smorodov/Multitarget-tracker/blob/master/src/Detector/YoloDetector.cpp#L71 > > The fastest DNN detector on Intel CPU...
> YOLO - it is DNN architecture from Joseph Redmon ( https://pjreddie.com/darknet/ ). And Joseph Redmon is author of the darknet library (written on C with CUDA). And original YOLO...
Hi, would you like to try YOLOv3 as the detector code? I tried to merge the code but it didn't work.
> Hi! > Waiting PL merge: #117 > It was not simple but on my laptop Yolo v3 + cudnn based darknet inference works with 2.5x speedup OK,thanks, but the...
> No, waiting for Smorodov. > But temporary you can to get version from my fork: https://github.com/Nuzhny007/Multitarget-tracker When I am in CMake, it prompts ‘Could NOT find CUDNN’, my cuda8.0,...
I have encountered this error  But,when the options USE_OCV_BGFG, USE_OCV_KCF and USE_OCV_UKF are not checked  my opencv 3.31, have contrib.
The first picture error is unable to open mtracking.lib The second picture error is unable to open yolo_lib.lib
  This error still occurs.