Simple classification DNN post-processor written in python.
process(self, outs, preproc)
[Required] Main processing function: parse network output blobs and store resulting labels and scores...
loadClasses(self, filename)
[Optional] Parameter callback: Load class names when 'classes' parameter value is changed,...
report(self, outimg, helper, overlay, idle)
[Optional] Report the latest results obtained by process() by drawing them outimg is None or a RawIma...
freeze(self, doit)
[Optional] Freeze some parameters that should not be changed at runtime.
init(self)
[Optional] JeVois parameters initialization