albchim / CV_Object_Detection

Repository for Tensorflow implementation of Computer Vision object detection project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CV_Object_Detection

Repository for Tensorflow implementation of Computer Vision object detection project

Prerequisites:

  • OpenCV Version = 4.5.1
  • C++ Version = 17 or higher (needed for the filesystem library)
  • Python Version = 3.7 or higher

Usage:

Each of the python script has a helper flag explaining the usage. Run

python script_name.py -h or python script_name.py --help for further information.

About

Repository for Tensorflow implementation of Computer Vision object detection project


Languages

Language:Python 75.1%Language:C++ 24.9%