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
## Release 4.1.0
### New features
- Added event based usage of the handleOnNewImageProcessingScores function
### Improvements
- Merged function scope of 'processImageWithScoresNUM' into 'processImageNUM' (most contend was identical), please always use 'processImageNUM'
- Check for device and firmware to prevent incompatibilities
- Adapted level of log messages
<desc>Function to register "OnResume" of the module UI (only as helper function).</desc>
163
173
<returndesc="Empty string (only needed to simplify binding)."multiplicity="1"name="empty"type="string"/>
@@ -189,8 +199,8 @@ INFO: Other modules can check via "Script.isServedAsFunction" if function of sep
189
199
Needs then to be called via "Script.callFunction()" (INFO: By using this, the first return value is just the "success" of this callFunction(), see AppEngine docu) +</desc>
190
200
<paramalias="Image"desc="Image to process."multiplicity="1"name="image"type="object"/>
<desc>Example of dynamically served function to process DNN on an image and return the scores for each class. +
219
-
NUM will be replaced by the number of instance (e.g. "processImageWithScores1"). +
220
-
INFO: Other modules can check via "Script.isServedAsFunction" if function of sepecific instance exists. +
221
-
Needs then to be called via "Script.callFunction()" (INFO: By using this, the first return value is just the "success" of this callFunction(), see AppEngine docu). +</desc>
222
-
<paramalias="Image"desc="Image to process."multiplicity="1"name="image"type="object"/>
223
-
<paramdesc="Sort results by descending score instead of class number."multiplicity="1"name="sorted"type="bool"/>
0 commit comments