megvii-research / MOTRv2

[CVPR2023] MOTRv2: Bootstrapping End-to-End Multi-Object Tracking by Pretrained Object Detectors
Other
348 stars 44 forks source link

这个好落地吗? #4

Closed David-19940718 closed 1 year ago

hcongcong commented 1 year ago

论文第八页“Another limitation is the computational overhead introduced by the YOLOX detector, which may hinder our MOTRv2 for the deployment on edge devices.”

zyayoung commented 1 year ago

落地需要部署YOLOX+MOTR

vaesl commented 1 year ago

服务器层面的落地应该是可以的,边缘设备落地有些困难,我们也还在推动

vaesl commented 1 year ago

Some update: the MOTRv2 model can be converted to tensorrt. In our practice, it can run at 14ms with int8 bit. In the future, we may release the tensorrt version of it.

wh1sperC commented 1 year ago

落地需要部署YOLOX+MOTR

是需要先部署YOLOX+MOTR才能使用MOTRv2吗?如果要的话该怎么部署呢?