Credits: @Gaulzave
Python application for detecting impacts on a target using a webcam !
0+ Enter : toggle calibration mode1+ Enter : reset detected impacts
- Drag blue points to adjust the detection area
- Drag the yellow point to move the target center
python -m venv venv
source venv/bin/activate # Linux / macOS
venv\Scripts\activate # Windows
pip install -r requirements.txt