Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 241 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 241 Bytes

object-locator

Python script which uses OpenCV to locate object in a video.

Requirements

  • opencv-python
  • numpy
  • imutils

Usage

pip install opencv-python
pip install numpy
pip install imutils

python main.py "PATH_TO_MP4"