- Anaconda Python38
- Tensorflow 2.2
- CUDA v10.1
- CuDNN 7.6.5
- PIP
Follow this tutorial to install all necessary software to start using the Tensorflow2 Object Detecting API Tensorflow2 Object Detecting API Tutorial
Install additional necessary packages with:
pip install -r requirements.txt
- related directory:
webcam-object-detection/
This example will connect to the available webcam. Detect objects and save the detected objects in each frame plus the label to file.
Each subproject needs to be run from its respected directory as its root. I.e. in your terminal from object_detection/webcam-object-detection/
run
python main.py
Custom implementation based on Mobile Video Object Detection with Temporally-Aware Feature Maps.
"...an online model for object detection in videos designed to run in real-time on low-powered mobile and embedded devices"