mmpose icon indicating copy to clipboard operation
mmpose copied to clipboard

Smoother error in two stage 3D video demo (inconsistent track IDs error)

Open julianzille opened this issue 3 years ago • 1 comments

Hi everyone.

I am facing an issue with two stage 3D video demo, where the smoother is outputting an inconsistent track ID error. pose_results_2d = smoother.smooth(pose_results_2d) After inspecting pose_results_2d, there are some empty arrays [] (probably corresponding to non-detections for that frame), which I think causes the error when the smoother tries to smooth these frames. I am using the default one euro smoother.

Is there any workaround for this, or does the smoother only work where the object is tracked in every frame of the video?

Thanks in advance.

julianzille avatar Oct 18 '22 15:10 julianzille

Thanks for the feedback. We will look into the smoother and the demo script and try to figure out a better way to handle frames without detected objects. Please let us know if you have any suggestions.

Meanwhile, maybe you can try some simple workarounds like dropping frames without objects or reusing the object information from the last frame.

ly015 avatar Oct 20 '22 02:10 ly015