opencv / open_vision_capsules

A set of libraries for encapsulating smart vision algorithms
Other
130 stars 48 forks source link

Fix crash when OPENVINO_EXTENSION_PATH is unset #9

Closed velovix closed 4 years ago

velovix commented 4 years ago

Fixes a bug where the cpu_extensions list would be None if the environment variable was unset, leading to a crash.