jcyhcs

Results 42 issues of jcyhcs

hi,professor! thanks for your job! i want to use your project, but i want the log library have auto log rotated function, can this log library have this? please !

hi,professor: i git clone the main branch with yolov7 official, now have export.py already, so i use this script, follow your command, export onnx ok,and convert tensorrt engine with trtexec...

i test api2-decode-encode-video example, i use this command : ./api2-decode-encode-video rtmp://xx.xx.xx.xx:1935/livetv/stream rtmp://127.0.0.1/live/stream then i got error: terminate called after throwing an instance of 'av::Exception' what(): Codec context invalid media type...

question

hi,professor: i compile your code in nvidia jetson nano platform,then i got an error: /home/nvidia/DynSLAM/src/DynSLAM/InstRecLib/../../libviso2/src/matcher.h:30:10: fatal error: emmintrin.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. how can i...

hi,professor! @Smorodov @Nuzhny007 i find another SORT algorithm there github: https://github.com/samuelmurray/tracking-by-detection, then i clone it, i modify , i just use his tracker module, use yolov4-tiny detector with tensorRT, then...

bug

hi,professor: i know that "kalman Filter" has weakness in an Environment with Clutter and Missdetection, So for this type of environment there are other Algorithms like GNN, JPDA and PMBM...

question

hi,professor: there is a track error examples,look pictures below: ![image](https://user-images.githubusercontent.com/34532224/114133476-b5aa7e80-9938-11eb-8b8f-fcc5f9836af8.png) ![image](https://user-images.githubusercontent.com/34532224/114133525-c5c25e00-9938-11eb-9b96-e8df2d9e66ac.png) ![image](https://user-images.githubusercontent.com/34532224/114133576-d5da3d80-9938-11eb-98cb-43704547fd8f.png) ![image](https://user-images.githubusercontent.com/34532224/114133601-dd99e200-9938-11eb-9a0a-5dfa3678c590.png) ![image](https://user-images.githubusercontent.com/34532224/114133633-ebe7fe00-9938-11eb-8651-63258c8efe40.png) ![image](https://user-images.githubusercontent.com/34532224/114133660-f609fc80-9938-11eb-81d4-dc8ad6d03cda.png) red rectangle is my detector result, green rectangel is tracker result! my tracker setting: ![image](https://user-images.githubusercontent.com/34532224/114133714-0d48ea00-9939-11eb-8cad-4831de474369.png)...

bug
question

hi,professor! i want use your code in jetson tx2, but opencv version is 3.3.1 , i dosen't need detect module, just need track module, then i use cmake cmd is...

bug

i use your project, i just extract libmtracking module for tracker. the detector use my own. then , i detect objects, just simple put the vector into your tracker, code...

question

hi,professor: i use wait_for_edge function, detect button pushed when GPIO::EDGE::FALLING, but sometimes it got one, and sometime it got multi events, so , what can i do? eliminate the mistake...