MonocularTotalCapture icon indicating copy to clipboard operation
MonocularTotalCapture copied to clipboard

About time consuming?

Open Arthur151 opened this issue 5 years ago • 1 comments
trafficstars

Does anyone knows the per-image time consuming of this method? Thinks!

Arthur151 avatar Mar 05 '20 04:03 Arthur151

The whole pipeline takes a lot of steps. OpenPose -> POF prediction -> single frame fitting -> tracking. The current implementation process all frames in one stage before starting the next stage. Roughly estimate that on average it will take 30 seconds every frame.

xiangdonglai avatar Apr 27 '20 03:04 xiangdonglai