Tino Hager
Tino Hager
https://github.com/AlturosDestinations/Alturos.Yolo#system-requirements
on which os you are test?
And with the other framework .net46 its work on your windows 10 machine?
Can you check the c++ dll with http://www.dependencywalker.com/
Can you send a screenshot?
Can we set the target Framework to this?`net45;net461;netstandard2.0` Yes my librariers are pre-compiled for windows. I need a solution to compile it for both systems. For example a docker container...
yes if you install a .netstandard dll in a .net 4.6.1 project you have many extra dlls. I like less :)
the yolo_cpp_dll can compile for linux check this [How to compile on Linux](https://github.com/AlexeyAB/darknet#how-to-compile-on-linux)
I have no linux enviorment for testing i have only my windows system
Currenty i not use the logic of yolo for tracking. I work on an own implementation [YoloTracking.cs](https://github.com/AlturosDestinations/Alturos.Yolo/blob/master/src/Alturos.Yolo/YoloTracking.cs) but maybe i check the yolo internal again.