ByteTrack icon indicating copy to clipboard operation
ByteTrack copied to clipboard

TensorRT C++ inference results do not have bbox with custom dataset

Open zzh805780186 opened this issue 2 years ago • 2 comments

I can use author's 'model_trt.engine' deploy 'palace.mp4' normally.

problem1

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!

problem2

zzh805780186 avatar Aug 03 '22 03:08 zzh805780186

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! problem3

zzh805780186 avatar Aug 03 '22 03:08 zzh805780186

What kind of images are you testing on? The sample image you have here does not include any person.

soumajm avatar Feb 07 '23 08:02 soumajm