Dear,
I’m using Nvidia TLT on docker to train my own YoloV3 model for 5 classes: bike, car, truck, minibus and bus. After training, I tested unpruned model with tlt-infer and it give correct result. I use tlt-export to generate .etlt file, and use it in Deepstream but the car class is recognize as truck class. I attach the result of tlt-infer and the result of Deepstream on .etlt file, as well as training config and Deepstream config file that i’m using. I also use tlt-converter on tlt docker notebook to generate .engine file and use in Deepstream but no luck.
yolo_train_resnet18_kitti.txt (2.0 KB)
dstest3_pgie_config.txt (1.5 KB)

