vita-epfl / openpifpaf

Official implementation of "OpenPifPaf: Composite Fields for Semantic Keypoint Detection and Spatio-Temporal Association" in PyTorch.
https://arxiv.org/abs/2103.02440
Other
80 stars 22 forks source link

Will python programs in the project call C++programs? Why are there C++programs here. #11

Closed liudadan closed 1 year ago

liudadan commented 1 year ago

Will python programs in the project call C++programs? Why are there C++programs here.

taylormordan commented 1 year ago

Decoders have been implemented in C++ for faster inference than in Python. They are defined (here for CifCaf decoder) and called (here for CifCaf decoder) directly from the Python code.