Hello,
Please, I try to do the detection of vehicles in a parking lot (to count them after), I am working with this tutorial https://ngc.nvidia.com/catalog/models/nvidia:tlt_trafficcamnet, on the other hand I noticed that the network can just detect vehicles that are far away, as shown in this picture
I do not see where the problem is
I use Gstreamer
const char * streamModel = "uridecodebin uri=file:///home/sylia/Projets/DeepStream-Gstreamer/stream/image5.jpg "
"! nvvideoconvert "
"! m.sink_0 nvstreammux batch-size=1 width=960 height=540 name=m "
"! nvinfer config-file-path=configs/inference.txt "
"! nvdsosd name=osd "
"! nvvideoconvert "
"! jpegenc "
"! jifmux "
"! filesink location= image_out/image_save5.jpg "
ps: it was the same remark for all the images it always detects images far away
inference.txt (1.9 KB)
thank you