Run model inference with an image:
11 |27 | Note: Data is persistent and inference result images list will remain until server wipe. 28 | Summary of results is automatically updated at every inference. 29 |
30 |Summary of results:
34 || 38 | | Class Name | 39 |Class Count | 40 |Precision Values | 41 |Average Class Precision | 42 |
|---|---|---|---|---|
| 48 | | <%= i+': ' %> | 49 | <% for (j in results[i]) { %> 50 |<%= results[i][j] %> | 51 | <% } %> 52 |
Inference Results:
59 |Image: <%= item.name %>
66 |Inference found classes with precision:
67 | 68 | <% for(var i=0; i70 | <% } %> 71 |
82 |