YoloWrapper icon indicating copy to clipboard operation
YoloWrapper copied to clipboard

Input with videos

Open KyleChenpopo opened this issue 2 years ago • 3 comments

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! 您好,我想問有關於目前這個程式的問題. 我目前已經按照步驟完成一般影像的部分了! 那我想請問這個程式有辦法也輸入影片檔案去運行嗎? 謝謝!

KyleChenpopo avatar Apr 08 '22 17:04 KyleChenpopo

目前这个只定义了图片的识别,可以通过修改YoloWrapper .cs文件中的detect_image进行定义

zhang8043 avatar Apr 21 '22 05:04 zhang8043

Thanks for the reply !!! 謝謝您的回覆!!!

KyleChenpopo avatar Apr 21 '22 06:04 KyleChenpopo

目前这个只定义了图片的识别,可以通过修改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.

May-forever avatar Dec 13 '22 10:12 May-forever