https://github.com/phuang1024/discam
AI motorized camera for Ultimate filming and analysis.
https://github.com/phuang1024/discam
Last synced: 9 months ago
JSON representation
AI motorized camera for Ultimate filming and analysis.
- Host: GitHub
- URL: https://github.com/phuang1024/discam
- Owner: phuang1024
- License: agpl-3.0
- Created: 2024-12-09T21:43:59.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-16T02:27:21.000Z (10 months ago)
- Last Synced: 2025-03-16T02:34:43.173Z (10 months ago)
- Language: Python
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discam
AI motorized camera for Ultimate filming and analysis.
## Usage
Preprocess data:
```py
python preprocess_data.py /path/to/videos/ /path/to/output/
```
Train model:
```py
python train.py --data /path/to/data/
```
Live testing:
```py
python live_test.py --model /path/to/model.pt --video /path/to/video.mp4
```