Skip to content

UAVs-at-Berkeley/object_detector_app

 
 

Repository files navigation

Object-Detector-App

A real-time object recognition application using Google's TensorFlow Object Detection API and OpenCV that has been modified to detect a single person for object tracking on a quadcopter.

Getting Started

  1. conda env create -f environment.yml
  2. python object_detection_app.py Optional arguments (default value):
    • Device index of the camera --source=0
    • Width of the frames in the video stream --width=480
    • Height of the frames in the video stream --height=360
    • Number of workers --num-workers=2
    • Size of the queue --queue-size=5

Requirements

Copyright

This repo comes from a fork from Dat Tran.

About

Real-Time Object Recognition App with Tensorflow and OpenCV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • Jupyter Notebook 0.8%