maudzung / TTNet-Real-time-Analysis-System-for-Table-Tennis-Pytorch

Unofficial implementation of "TTNet: Real-time temporal and spatial video analysis of table tennis" (CVPR 2020)
https://arxiv.org/pdf/2004.09927.pdf
586 stars 157 forks source link

Added multithreaded frame extraction executable #28

Open Ploruto opened 1 year ago

Ploruto commented 1 year ago

A rewritten version of the python extract_all_images.py in rust using opencv and multithreading. functionality is 100% the same and results in exactly the same console outputs, but just multi-threaded.