isabelapnt / darkflow-using-android-camera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Darkflow using android camera

Real-time object detection and classification using Android Camera

See demo below or see on this imgur

Dependencies

Python3, tensorflow 1.0, numpy, opencv 3 and IP Webcam APP

Getting started

  1. Follow Darkflow's instructions here

  2. Install IP Webcam APP here

  3. Move run.py file into the darkflow/ folder

  4. After install IP Webcam App, get your IP and port then change the line below into darkflow/run.py file:

capture = cv2.VideoCapture("rtsp://ip:port/h264_pcm.sdp", cv2.CAP_FFMPEG) 

Run

Inside darkflow folder run:

python run.py

About


Languages

Language:Python 100.0%