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

https://github.com/Simpson-Computer-Technologies-Research/racecar-tracking


https://github.com/Simpson-Computer-Technologies-Research/racecar-tracking

Last synced: about 1 year 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`