Skip to content

madanbaduwal/cv-eye

Repository files navigation

eye


It is difficult to make a model that functions as a human eye. Object detection, face recognition, depth calculation, object tracking ... tasks are difficult to do by a single ML model. In this project, I am trying to combine all computer vision models to mimic the human eye i.e single function that do all computer vision tasks.

GitHub badge

Install

To install the current release

$python3 -m venv venv
$source venv/bin/activate
$pip3 install requirements.txt

$pip3 freeze > requirements.txt # after add some feature freeze all dependencies

or

$ poetry install

Usage

Move toward project folder

$ cd eye

Run single function that do computer vision tasks.

$ python inference.py

Hardware devices

  1. Coral tpu for object detection
  2. Intel® RealSense™ Depth Camera D435 for calculating the depth of an image
  3. Face recognition library for face recognition
  4. Object tracking custom algorithm for object tracking.

About

👁️A single function that does lots of computer vision tasks. Object detection, face recognition, depth calculation, object tracking many more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages