goutamyg / MVT

[BMVC 2023] Mobile Vision Transformer-based Visual Object Tracking
Apache License 2.0
20 stars 3 forks source link

Inference #2

Open setarekhosravi opened 6 months ago

setarekhosravi commented 6 months ago

Very bad results, when running video_demo.py.

goutamyg commented 6 months ago

Thank you for the feedback. Can you share more information on the video/s that you have tested? (e.g., how many videos, any challenging factor/attribute in those videos, etc). Meanwhile, I will double-check if there is any bug in the code.

setarekhosravi commented 6 months ago

I have tested MVT on about 6 InfraRed videos for small object-tracking tasks in InfraRed imagery. Unlike SMAT, MVT tracks objects in 5 frames, hardly.

goutamyg commented 6 months ago

The tracker is trained on RGB images, hence it may not work well on infrared image-based applications. That could the reason for poor performance of MVT

setarekhosravi commented 5 months ago

@goutamyg I know but I had tested SMAT on IR videos and its performance was much better(about 20%-30%) than MVT.