Open ayanasser opened 3 years ago
Hi, for now the STARK code only supports SOT. But it should not be too hard to extend it to MOT :)
Thank you @MasterBin-IIAU ^^ I have a question regarding the model demo I made, Why the tracking box is not vanishing when the tracked object is become outside the frame? Is there any parameter related to this ?
@ayanasser Hi, STARK can predict a confidence score besides the bounding box. You can set a threshold such as 0.5 to control the existence of the box. For example, you can set that "if the confidence score is less than 0.5, then do not show the box"
@ayanasser Hi, STARK can predict a confidence score besides the bounding box. You can set a threshold such as 0.5 to control the existence of the box. For example, you can set that "if the confidence score is less than 0.5, then do not show the box"
Does STARK_X_trt predict with score besides? It seems that the output of STARK_X_trt only contains the coordinate of the box.
Hello, Thank you for your contribution ^^, I need to know if all the pretrained models here are working on single object tracking, So I wounder if there's any model working as MOT