Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 615 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 615 Bytes

Player-Tracking

Project idea

Detect the wide Reciever in a single shot video clip, where the offensive team is to the left

Requirements

  • Opencv 3.2
  • imutils

Dataset videos

[Copyright Disclaimer Under Section 107 of the Copyright Act 1976] (https://www.youtube.com/channel/UCLTW7lZRJp7lKU2ob7z_Xmw)

Setup

  1. Clone this repository into workspace
  2. Install imutils using pip
  3. Run tracker_OTS.py (See source code for detailed running instructions)
  • python tracker_OTS.py -v ./data/clip1.mp4

License

This source code is released under the [MIT License]

Credits

  • OpenCV documentation