ByteTrack
ByteTrack copied to clipboard
TensorRT C++ inference results do not have bbox with custom dataset
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!
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.