Hi MonalisaAchalla ,
Multi-labels aren't yet supported for on-device decoding, perhaps you could have multiple labels for all permutations, eg
1=red car
2=blue car
3=yellow car
4=red truck
5=blue truck
...
It's not the cleanest solution, but should work. Another approach would be to run classification after the detection part (so classification for the color after detecting vehicle). Another approach would be to decode the multi-label NN results on the host instead of on-device. Thoughts?
Thanks Erik