Using the same model and configuration files, I still can’t reproduce this issue on Orin with DS7.0. Here is the log, log-0521.txt (105.5 KB). the log printed "Frame Number = 0 Number of objects = 6 ", which means many objected are detected.
to narrow down this issue, could you do the following checking?
- is the so generated from this code nvdsinfer_custom_impl_Yolo, did you modify the code?
- please set pre-cluster-threshold: 0 and nms-iou-threshold: 0, then run again. wondering if the bbox accuracy is low.
- please use this method to generate a new engine, then set the new path to model-engine-file, for example, model-engine-file: new_model_b1_dla0_fp16.engine, then run again to check. wondering it is related to the generating engine by DeepStream.