andrewssobral / simple_vehicle_counting

Vehicle Detection, Tracking and Counting
496 stars 246 forks source link

Can't find BGS.SLN after building with CMAKE #33

Closed xceptic-io closed 5 years ago

xceptic-io commented 5 years ago

Hi, I am trying to compile this project using OpenCV 3.4.2 and MS Visual Studio 2017 x64.

As the product versions differ from the versions you tested on, I am giving you the commands that I used.

After cloning the repo and cd'ing into "simple_vehicle_counting" folder, I used -

  1. set OpenCV_DIR=C:\opencv\build
  2. cmake -DOpenCV_DIR=%OpenCV_DIR% -G "Visual Studio 15 2017 Win64" ..
  3. Included the OpenCV binary in the System Variables

I can see all the .vcxproj file and so but not any BGS.SLN file to open it in the VS 2017. I tried it many way but no luck.

Screenshots:

  1. https://goo.gl/y8MKX8
  2. https://goo.gl/QeU2Sh

I am trying to run this project for almost two days now. Please help, sir.