Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simpson-computer-technologies-research/racecar-tracking


https://github.com/simpson-computer-technologies-research/racecar-tracking

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# Race Car Tracking with OpenCV and GOTURN

This project is a simple implementation of GOTURN (Generic Object Tracking Using Regression Networks) using OpenCV.

https://github.com/realTristan/racecar-tracking

## Requirements

- Python
- OpenCV: `pip install opencv-python`
- Matplotlib: `pip install matplotlib`

## Usage

1. Clone the repository
2. Download the GOTURN model files from [here](https://github.com/Mogball/goturn-files)
3. Run the script: `python main.py`