gentle-li

Results 17 comments of 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 ![image](https://user-images.githubusercontent.com/38391056/51025880-20d54100-15c8-11e9-9195-195a094c3d34.png) But,when the options USE_OCV_BGFG, USE_OCV_KCF and USE_OCV_UKF are not checked ![image](https://user-images.githubusercontent.com/38391056/51025851-09965380-15c8-11e9-8197-bd7a1f453b6a.png) 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

![image](https://user-images.githubusercontent.com/38391056/51030927-e1155600-15d5-11e9-8a4f-023933e61822.png) ![image](https://user-images.githubusercontent.com/38391056/51030937-ea9ebe00-15d5-11e9-84cc-8bd30f418ef1.png) This error still occurs.