Open cezbloch opened 1 month ago
when debugging the code it turns out the layer is actually called a few times for one inference run. This happens for 'retinanet_resnet50_fpn' model. It does not happen in 'ssdlite320_mobilenet_v3_large' model though.
Probably if consecutive layers have same layer type stacked they are logged under same dictionary key in the results.