What is skip_od_module

This is an option in the installer. Using it seems to reduce our docker image size by 50%, but idk what it changes. I couldn’t find any references to it in your documentation.

Also if we pip install the python wheel directly, is it ok to skip_python in the install?

Indeed, skip_python is not mandatory if you install the wheel yourself.
skip_od_module disable the AI module installation. You won’t be able to use object detection, body tracking or NEURAL depth mode.

1 Like