mmtracking icon indicating copy to clipboard operation
mmtracking copied to clipboard

MMDeploy Compatibility

Open austinmw opened this issue 3 years ago • 2 comments

Hi, I have a NVIDIA Triton server that’s running a TensorRT engine file of YOLOX I generated using MMDeploy.

I’m wondering, is it possible to add ByteTrack or another multi-object tracker to this pipeline?

austinmw avatar Jun 20 '22 11:06 austinmw

Yes, you can deploy trackers from mmtracking into your pipeline.

For ByteTrack and SORT, because you have already deployed the detector, you just need to call the method track in xxxtracker. For some other trackers, you may need to deploy other components, e.g., reid.

BTW, for ByteTrack, it has a deploy tutorial in its official code.

dyhBUPT avatar Jun 21 '22 02:06 dyhBUPT

Thanks!

austinmw avatar Jun 24 '22 15:06 austinmw