This experiment can be used as a tutorial on how users can create custom models with PyTorch/Kornia, convert them and run them on the DepthAI.
blur.py
, concat.py
and edge.py
are scripts that run created custom models. generate_model/
folder contains scripts that create these custom models (frame blurring, frame concatenation and edge detection).
Concatenate frames
Blur frames
Corner detection
Install requirements
python3 -m pip install -r requirements.txt