Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 420 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 420 Bytes

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.