Skip to content

Latest commit

 

History

History
 
 

gen2-custom-models

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

[Gen2] Creating custom models

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.

Tutorial documentation here.

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).

Demos

Concatenate frames

Concat frames

Blur frames

Blur frames

Corner detection

Laplacian corner detection

Pre-requisites

Install requirements

python3 -m pip install -r requirements.txt