- Installing required dependencies:
pip install -r requirements.txt
- Сlone the repository, which can be explored by following the link in the subdirectory (deep_sort_realtime):
git clone https://github.com/levan92/deep_sort_realtime.git
- To import the module correctly, go to the cloned repository and run the command:
pip install .
- The application should be launched through the terminal indicating the necessary parameters:
- `-p`, `--path`: path to file or directory
- `-n`, `--num`: camera number (int)
- Specifying the path:
python script.py -p /folder/file.mp4
- Specifying the number:
python script.py -n 0