Hi Brandon,
thank you very much for your reply! By looking at that example I managed to run another network with multiple classes.
I have one question on how the network results are read: in the examples there are uses of
getFirstLayerFp16()
for object detection networks and
output_layers = in_nn.getAllLayerNames()
layer1 = in_nn.getLayerInt32(output_layers[0])
for the example that you reported here, but I can't find these methods in the documentation.
Are these always the same for object detection and semantic segmentation, or is there a rule to know which ones to use with different networks?
Thanks again for finding the time to reply!