Open zzh805780186 opened 2 years ago
I find object detection box_prob is a very small value , and much less then prob_threshold. It means yolox can not detect any bbox, so that track has no result. But I don not find the reason why yolox don not work well? Help!
What kind of images are you testing on? The sample image you have here does not include any person.
I can use author's 'model_trt.engine' deploy 'palace.mp4' normally.
However, I generate 'bytetrack_s.onnx' , with my dataset,and make 'model_trt.engine', there have no bbox when inference. Who can tell me why? Help!