- Buy NVIDIA videocard
- Install CUDA 10.2
- Install OpenCV 4.2.0
git clone https://github.com/cpllbstr/Hist-Kalman-trackercd Hist-Kalman-trackercmake -S . -B ./build- it will take some time to download and install dependenciescd ./buildmake
Binary file would be produced in the project's root dir.
After installation you need to set path to your darknet yolo cfg and weights in config.toml.
To run correctly you need to set enviroment variable DETECTOR_ADDR_PORT.
It could be made by running this command:
export DETECTOR_ADDR_PORT="127.0.0.1:50051"
Then simply run ./client.
- WARNING! Setting enviroment variable works only for current terminal. If you want to run it in another terminal, you need to set
DETECTOR_ADDR_PORTagain.