Skip to content

Object detection

Example of people detection in an image using the Managed Lua scripting interface.

How to run

# Windows
runinstance.exe -l examples/lua/detector/detector_managed.lua

# Linux
./runinstance -l examples/lua/detector/detector_managed.lua

Source

1
- -8<-- "examples/lua/detector/detector_managed.lua"