MonocularTotalCapture
MonocularTotalCapture copied to clipboard
About time consuming?
trafficstars
Does anyone knows the per-image time consuming of this method? Thinks!
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.