mbaske/yolo-unity

Sorry, but I can't find the .exe file

Opened this issue · 4 comments

I can't find YoloSrc\YoloServer\bin\Release\netcoreapp2.1\win-x64\YoloServer.exe
how can I do?
thanks for answering

Did you publish the project in Visual Studio first? Publishing should create the exe file.
Please note that I'm no longer maintaining the repo, because doing image classification in Unity has become much easier by now with Barracuda https://github.com/Unity-Technologies/barracuda-release

just do it like this:

dotnet YoloServer.dll

Hey @mbaske , currently using YOLOv8 can you suggest how do I use yolov8 custom-trained as well as pretrained model with unity for object detection and classification?Your assistance would be highly appreciated!

Best regards
Shaurya Grover

mbaske commented

Hi @GitProgrammerGuy32, my guess would be using the Barracuda inference engine. I haven't done any Unity related work in a year though, so I'm not sure if that's still the preferred approach.