Skip to content

isabelapnt/darkflow-using-android-camera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages