I’ve use TAO 4.0 to train a model then converted it to a TensorRT engine. The output of the TensorRT engine that I’m interested in has a shape of [1, keepTopK, 7], as I understand it contains Box Class(1 value), Box Score(1 value) and bounding box location (4 values); Reference.
My question is, according to the output shape there is suppose to be 7 values, but only 6 values are explained, what about the other value? Also, what is the order of these values, Is there a documentation/reference that you can point me to?
I looked at the link that you referenced, but it still doesn’t answer my question, it just vaguely mentions the existence of these values.
I’m looking for something like the following: