Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 986 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 986 Bytes

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