You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* DEPTHAI_ZOO_CACHE_PATH environment variable and uses that if set, otherwise the default is used (see getDefaultCachePath).
102
102
* @param apiKey: API key for the model zoo, default is "". If apiKey is set to "", this function checks the DEPTHAI_ZOO_API_KEY environment variable and uses
103
103
* that if set. Otherwise, no API key is used.
104
+
* @param format: Format to use for output (possible values: pretty, json), default is "pretty"
104
105
* @return bool: True if all models were downloaded successfully, false otherwise
0 commit comments