Yining Li

Results 161 comments of Yining Li

Which `c` do you mean? Could you please provide detailed error information?

I didn't remember ever suggesting any modification to `build.py`. If you changed this file, could please provide your code? The code line you quoted does not seem likely to cause...

The code you provided seems exactly the same as the code in `builder.py` in the master. Did you make any modifications to your local code with which you met the...

Thanks for your inteterst. Currently we are working on PoseFormer #1215 . Please leave comments in our [roadmap](https://github.com/open-mmlab/mmpose/issues/9) if there are algorithms/datasets/features you would like to see in MMPose.

> This function hasn't been implemented in mmpose. You can refer to https://github.com/KevinLTT/video2bvh/blob/master/bvh_skeleton/math3d.py

Thanks for your interest. The training of SmoothNet has not been supported in MMPose yet. We are considering providing SmoothNet checkpoints on more datasets in the future. You can also...

Thanks for using MMPose. Please refer to our [tutorial](https://github.com/open-mmlab/mmpose/blob/master/docs/en/tutorials/2_new_dataset.md) about how to add a new dataset in MMpose. This dataset seems to include 2D/3D keypoints, rendered synthetic images, and camera...

Thanks for your feedback. Does it always happen, or randomly happen? I did notice that in Windows sometimes the program gets stuck and needs to click `Enter` to continue, and...

It could be an MMCV issue. Could you please provide the environmental information by `python -c "from mmcv.utils import collect_env; print(collect_env())"`?