crossview_3d_pose_tracking icon indicating copy to clipboard operation
crossview_3d_pose_tracking copied to clipboard

how to see the effect of 3D pose

Open azuryl opened this issue 3 years ago • 2 comments

Dear longcw

there is visualizer.update(frame, frame_data) and visualizer.update_3d(data_3d) if I comment out visualizer.update_3d(data_3d) by #. it seems no difference with before. so excuse me how can just see the effect of 3D pose

azuryl avatar Sep 10 '20 19:09 azuryl

I find vispy_process have received data but canavs does not display

azuryl avatar Sep 12 '20 17:09 azuryl

Hey sorry for the late reply. The vispy requires some dependencies, maybe you can try it with https://github.com/longcw/crossview_3d_pose_tracking#3d-visualization-with-docker. Or if you just want to see the result but not care about the speed, it's better to use matplotlib, it can plot 3D points at a low speed but without dependency issue.

longcw avatar Dec 16 '20 04:12 longcw