ivilson / Yolov7net

Yolo Detector for .Net 8
90 stars 27 forks source link

Ddl problem #9

Closed TibergynGuillaume closed 1 year ago

TibergynGuillaume commented 1 year ago

Hello

While running my program I constanty have this error : Exception thrown: 'System.EntryPointNotFoundException' in Microsoft.ML.OnnxRuntime.dll . Has anyone encountered this and found a solution?

Greetings

iwaitu commented 1 year ago

You need to add this package in your project if you want to use cpu, otherwise you need Microsoft.ML.OnnxRuntim.Gpu to use gpu