'Change output for TFLite_Detection_PostProcess op
From Tensorflow Object Detection API, I have noticed that TFLite_Detection_PostProcess has cut off the original outputs from Tensorflow Object Detection model from a list of detection boxes, scores, classes, number of boxes, raw detection scores, raw detection boxes, detection multiclass scores,...
to a list of only the first 4 elements.
Is there anyway I can modify the op to output for a different list such as: detection boxes, scores, classes, detection multiclass scores
?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|