Ecosyste.ms: Awesome
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: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/simpson-computer-technologies-research/racecar-tracking
- Owner: Simpson-Computer-Technologies-Research
- Created: 2024-05-04T04:55:36.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-04T05:01:45.000Z (9 months ago)
- Last Synced: 2025-01-20T05:49:46.259Z (17 days ago)
- Language: Python
- Size: 10.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`