brian

Results 24 comments of brian

No longer maintained - it runs on old versions of opencv / vs studio. That being said, it should still work. The windows install instructions are here: https://github.com/bethesirius/ChosunTruck/wiki/Windows-Installation

On our fork https://github.com/ajchili/ChosunTruck I got it built for VS 2017 just fine.

Can you try directly installing the nuget package? Go to 'Tools' -> 'Nuget Package Manger' -> 'Package Manager Console' and type `Install-Package opencv.win.native -Version 320.1.1-vs141`

Created a new issue about this - https://github.com/bethesirius/ChosunTruck/issues/40 Our project is slightly out of date 😃

I don't believe the CUDA installation would cause this issue. Do you have a 'packages' directory in your Chosuntruck folder? If so, can you verify that your file structure looks...

Ok, since the files are there, there are three things you can try to do: 1. In the Nuget Package Manger console type `Update-Package -reinstall` 2. clear Nuget cache by...

To add the new package, add this file https://github.com/ajchili/ChosunTruck/blob/3bca91559552ab75ce15f0214fd7cfdc03e08e75/windows/src/packages.config to the `windows/src` folder.

Are you confused about a certain part of the instructions? I will try to work on making a video. I know the instructions here are out of date for Visual...

I made this to help: https://github.com/zappybiby/ChosunTruck/wiki/Windows-Installation Hopefully they publish that here.