YoloWrapper
YoloWrapper copied to clipboard
Input with videos
Hi, I have a question about the work you've done. I already finished the image part! But could you tell me if I also can input a video(.mp4) files to inference my datas? Thank you! 您好,我想問有關於目前這個程式的問題. 我目前已經按照步驟完成一般影像的部分了! 那我想請問這個程式有辦法也輸入影片檔案去運行嗎? 謝謝!
目前这个只定义了图片的识别,可以通过修改YoloWrapper .cs文件中的detect_image进行定义
Thanks for the reply !!! 謝謝您的回覆!!!
目前这个只定义了图片的识别,可以通过修改YoloWrapper .cs文件中的detect_image进行定义
Hi, @zhang8043
My PC environment base are Vs2019&CUDA10.2&cudnn7.6.5, and I build the yolo_cpp_dll.dll
But when I run YoloWrapperConsole to use yolo_cpp_dll.dll, an error occurs as following:
It seems that an exception occurs at 'var count = DetectImage(filename, ref container);' in function 'public BoundingBox[] Detect(string filename)', gives an error message 'System.AccessViolationException:“Attempted to read or write protected memory. This is often an indication that other memory is corrupt.' I don't know what could I do and I can't find the solution, could you give me a hand? thanks in advance.