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

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.

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
```