yancccc

Results 7 issues of yancccc

/Multitarget-tracker/build$ cmake . .. -DUSE_OCV_BGFG=ON -DUSE_OCV_KCF=ON -DUSE_OCV_UKF=ON -DBUILD_YOLO_LIB=ON -DBUILD_YOLO_TENSORRT=ON -DBUILD_ASYNC_DETECTOR=ON -DBUILD_CARS_COUNTING=ON -- The C compiler identification is GNU 5.4.0 -- The CXX compiler identification is GNU 5.4.0 -- Check for...

bug

hi, draw_detections_v3(im, dets, nboxes, thresh, names, alphabet, l.classes, ext_output); // save_image(im, "predictions"); save_image(im, outputfilename_without_ext); I just want to save the picture of the detected box,how to modify?

ycc@ycc:~/ocr/idCardOcr-master$ ./dist/ocr -h Traceback (most recent call last): File "ocr.py", line 2, in import os, cv2 File "/home/ycc/.local/lib/python3.5/site-packages/PyInstaller/loader/pyimod03_importers.py", line 493, in exec_module exec(bytecode, module.__dict__) File "cv2/__init__.py", line 96, in File...

/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/libdarknet.so:对‘cv::Mat::updateContinuityFlag()’未定义的引用 collect2: error: ld returned 1 exit status CMakeFiles/yolov4.dir/build.make:123: recipe for target 'yolov4' failed make[2]: *** [yolov4] Error 1 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/yolov4.dir/all' failed make[1]: *** [CMakeFiles/yolov4.dir/all] Error 2...

hi,How to use postman to detect multiple images in batch?

./app_yolov8 --model=../../data/yolov8/yolov8n.trt --size=640 --batch_size=8 --video=../../data/people.mp4 --show --savePath=../ [01/29/2024-15:56:32] [I] model_path = ../../data/yolov8/yolov8n.trt [01/29/2024-15:56:32] [I] size = 640 [01/29/2024-15:56:32] [I] batch_size = 8 [01/29/2024-15:56:32] [I] video_path = ../../data/people.mp4 [01/29/2024-15:56:32] [I] is_show...

我想实现和数字人对话,接入一个语音识别,但是会一直监听,数字人的播放声音会造成干扰,我就想,能否在数字人的播放声音的时候不进行监听,但是好像没有找到音频播放完成的信号,大佬能加个音频播放结束的信号吗