Requirements:
- tensorflow
- tensorflow-hub
- opencv-python
- numpy
- pandas
- matplotlib
- scikit-learn
- pygame
- cuda, cudnn (in case of using nvidia gpu)
Just run following command to get above packages:
pip install tensorflow tensorflow-hub opencv-python numpy pandas matplotlib scikit-learn pygame
Or, using requirements.txt:
pip install -r requirements.txt
And now you can run the following command(with webcam).
python src/stop-dumping.py
Or with RTSP video.
python src/stop-dumping.py -u rtsp://your-rtsp-url.com:554