Yining Li
Yining Li
The mmcv version issue has also been fixed in dev-0.29. Please rebase this PR to enable CI.
Usually, the checkpoints are also stored in the work directory folder. Could you please share the config with this issue?
Yes, these .pth files are stored checkpoints. Usually best and final checkpoints should have the same size. If their sizes are different, you may need to check if they are...
The model size doesn't seem right. It's too small that I'm afraid the checkpoint has not been stored correctly. Is there any error information in the log? And could you...
Yes, it should be a symlink. My bad.
Thanks for your interest in mmpose. Currently mmpose hasn't provided a tool to directly visualize the pipeline output. This function will be supported in Sep. 2022 as part of a...
Hi, thanks for using mmpose webcam api. Could you please further explain what "return DetectionNode axis" means?
I am not sure I get the meaning of "axis and point" here. Generally speaking, to export the model inference result or other intermediate data, you may need to implement...
Thank you very much for your contribution! This PR will be reviewed asap.
You can use the ``pose_model.forward_dummy`` instead of ``pose_model.forward`` to perform a simple network forward without the need for extra metadata.