lizz

Results 136 comments of lizz

Learning mmcv is rewarding since, all mm-series share the same architectural design. You will master [pose](https://github.com/open-mmlab/mmpose)/[segmentation](https://github.com/open-mmlab/mmsegmentation)/[detection](https://github.com/open-mmlab/mmdetection)/[action](https://github.com/open-mmlab/mmaction2)/[super-resulution](https://github.com/open-mmlab/mmediting)/... for free once you know it. The heart of mmcv is the registry system...

@Whatsetsthisend Thanks for your contribution! Sure please make the pull request so that it could help more people

Hi @usamaamjad7, please open a new issue for new questions :)

~~Please checkout https://mmocr.readthedocs.io/en/latest/textdet_models.html#psenet~~ I see, the link was wrong. Thanks for the report!

Thanks for the recommendation. It is not planned for the next two month. We will add it to backlog. Follow our iteration plan for updates!

hi, which script was run? currently the inference code is not optimized yet. see https://github.com/open-mmlab/mmpose/issues/40. you may vote here https://github.com/open-mmlab/mmpose/issues/9 to help us prioritize

thanks! it would be great if people can help with profiling and identifying the bottleneck. here is some guide we wrote earlier (can safely omit the Chinese characters and guess...

If you have interest, please try to profile it and post the result, something like https://github.com/open-mmlab/mmpose/issues/344#issuecomment-752895676

Step1. use cProfile to run the script for a period of time, say, 30 seconds. ![image](https://user-images.githubusercontent.com/9464825/105674653-d0b54700-5f22-11eb-8edd-a5594c194f77.png) Step2. visualize the result by snakeviz ![image](https://user-images.githubusercontent.com/9464825/105674711-e62a7100-5f22-11eb-98c1-54373ec0cb4b.png) Refer to the instruction in https://github.com/open-mmlab/mmpose/issues/73#issuecomment-676822565 for...

Please expand shared_transformation section, by clicking on it ![image](https://user-images.githubusercontent.com/9464825/105686963-d9157e00-5f32-11eb-86cb-aed1dbdb7385.png)