You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: