Vehicle Classification using NVIDIA deep-stream sdk

Hi, I want to classify different types of truck on the basis of Axle classification like(3 Axle, 4 Axle, 5 Axle),
is there any model that I can use for Axel classification.
please help me out Thanks in advance.

Hi,

We don’t have a pre-trained model for this use case.
You can try to train a customized model with your own database.

Here is our SDK to train a model for custom requirement:
https://developer.nvidia.com/transfer-learning-toolkit

Thanks.