ksasao/YoloSharp

Can I use multiple networks?

Closed this issue · 2 comments

I want to use two different networks at the one project.
But , this lib seems to run only one network model.
What should I do?

Thank you for reporting. I fix the issue.

See 57722e2#diff-f7b8aba99ea3bf3399f9c0e9975555f4

Please replace old YoloSharp.h to this one.
You don't neet to change other files.

I fixed some bugs and added .sln/.vcxproj for Visual Studio 2015.