hassansadiq1 / multistream-detector

0 stars 0 forks source link

Introduction

TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.

1. Installation process

In main Folder multistream-detector:

mkdir build
cd ./build
cmake ..
make
sudo make install

To run

cd ./app
./app_main

Also to get rtsp address in python run

python3 sample.py

2. Software dependencies

     sudo apt-get install -y locate
     sudo apt-get install -y cmake
     sudo apt-get install -y net-tools
     sudo apt-get install -y git
     sudo apt-get install -y curl
     sudo apt-get install -y libcurl3-dev
     sudo apt-get install -y libcpprest-dev
     sudo apt-get install -y libjson-glib-dev
     sudo apt-get install -y libopenblas-dev
     sudo apt-get install -y protobuf-compiler
     sudo apt-get install -y libprotobuf-dev protobuf-compiler
     sudo apt-get install -y ffmpeg
     sudo apt-get install -y libzmq3-dev
     pip3 install pyzmq

3. OS dependencies

You need to have Jetpack 4.4 installed with following:

CUDA 10.2

TensorRT 7.1.3

Deepstream 5.0

4. API references

Contribute

TODO: Explain how other users and developers can contribute to make your code better.