Skip to content

leematthewshome/robotAI3_objectDetect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Code to add object detection capability to ThisRobotAI

Note: Files for Tensorflow model are too large to upload. They need to be installed manually as per the instructions below.

installation

Install This Robot AI software as per https://github.com/leematthewshome/robotAI_python3

Install necessary Python libraries

  • sudo su -
  • pip3 install imutils
  • pip3 install opencv-python
  • pip3 install tensorflow

Control-D to exit su mode

Copy the files and folders from this repository into robotAI/client/

Move cursor into the objectDetect folder

  • cd objectDetect

Download model and unzip - note that the code is currently setup for the first model. You will need to edit code if you use a different model

Fast model but not most accurate

Unzip into folder

  • tar xvzf [filename]

Edit the RobotAI configuration to use camera as the motion detection mechanism.

About

Human & other object detection for ThisRobotAI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages