Please provide complete information as applicable to your setup. • Hardware Platform GPU • DeepStream Version 5.0-ga
Hi,
I trained a model with TLT to detect cars, bikes, license plates, and a dontcare class. The model works great when testing using TLT inference, but when deploying it to deepstream it outputs some giants bbox of class ‘car’. Tests were made with FP32 and INT8 engines with tracker disabled.
Couldn’t run FP16 (hardware problem).
Here is the output
WARNING: …/nvdsinfer/nvdsinfer_model_builder.cpp:759 FP16 not supported by platform. Using FP32 mode.
WARNING: …/nvdsinfer/nvdsinfer_model_builder.cpp:1291 FP16 not supported by platform. Using FP32 mode.
I still don’t know if it’s a training or deploy problem. Today I did the training again and tested the model with a checkpoint (epoch 70 of 120) using deepstream and work great. Nevertheless, the issue persists when testing with the finished model. However using !tlt-infer detectnet_v2 with both, checkpoint and finished model all inferences are perfect.