Skip to content

C++ implementation of "Mobile Vision Transformer-based Visual Object Tracking" (BMVC2023) and "Separable Self and Mixed Attention Transformers for Efficient Object Tracking" (WACV2024)

License

Notifications You must be signed in to change notification settings

goutamyg/MVT.cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The original Pytorch implementations is available in these links: MVT and SMAT.

Why C++ implementation?

  • Improve the model inference speed (fps)
  • Single vs Multi-thread throughput analysis
  • Lower memory footprint compared to Python
  • Subsequent deployment on Andorid devices using JNI

Supported Frameworks

To-do

About

C++ implementation of "Mobile Vision Transformer-based Visual Object Tracking" (BMVC2023) and "Separable Self and Mixed Attention Transformers for Efficient Object Tracking" (WACV2024)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published