-
Thanks for all your great support. We've successfully trained model with custom dataset based on Dino (mmDet powered dino-5scale_swin-l_8xb2-12e_coco), and we're trying to export this model to ONNX/Tensorrt with the aid from mmDeply so far. When we try to inference images by processing the output from the trt-model(.engine), for static-640x640 configuration, we have expected formatted of outputs as below,
But when we're checking the "labels" fields directly output from TRT-model, it seems that they would be values in float-type.
Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Sorry to bother again. It seems that there should be more post-processing we have to handle here before further visualizing results. |
Beta Was this translation helpful? Give feedback.
Sorry to bother again. It seems that there should be more post-processing we have to handle here before further visualizing results.
Close this discussion with more clues at this time , thanks