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
- Host: GitHub
- URL: https://github.com/Simpson-Computer-Technologies-Research/racecar-tracking
- Owner: Simpson-Computer-Technologies-Research
- Created: 2024-05-04T04:55:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T05:01:45.000Z (about 2 years ago)
- Last Synced: 2025-03-13T09:19:34.088Z (over 1 year 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`