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
Error display: **cannot import name 'visualize_project_keypoints3d' from 'xrmocap.visualization. **
I observed that xrmocap/core has no visualization folder, instead, it is in the upper directory. And the API name changed from visualize_project_keypoints3d to visualize_keypoints3d_projected
So I refer to run_mview_sperson_estimator.py which also uses visualize_keypoints3d_projected. Changed lines 18 and 105-111 of mview_mperson_topdown_estimator.py:
Run the command again, although the output folder will be generated, which contains the following files. It seems that the inference worked.
But an error will be displayed: Parent of output/estimation/kps3d/project_view_00.mp4 doesn't exist. That is no mp4 visualization file is generated
I hope the developer team can reply to me as soon as possible! I want to know why this error is reported: **Parent of output/estimation/kps3d/project_view_00.mp4 doesn't exist.**Thx!
The text was updated successfully, but these errors were encountered:
While I read this document, an error occurred when run this command:
Error display: **cannot import name 'visualize_project_keypoints3d' from 'xrmocap.visualization. **
I observed that xrmocap/core has no visualization folder, instead, it is in the upper directory. And the API name changed from
visualize_project_keypoints3d
tovisualize_keypoints3d_projected
So I refer to
run_mview_sperson_estimator.py
which also usesvisualize_keypoints3d_projected
. Changed lines 18 and 105-111 ofmview_mperson_topdown_estimator.py
:Run the command again, although the output folder will be generated, which contains the following files. It seems that the inference worked.
But an error will be displayed: Parent of output/estimation/kps3d/project_view_00.mp4 doesn't exist. That is no mp4 visualization file is generated
this is my anaconda environment
I hope the developer team can reply to me as soon as possible! I want to know why this error is reported: **Parent of output/estimation/kps3d/project_view_00.mp4 doesn't exist.**Thx!
The text was updated successfully, but these errors were encountered: