HinGwenWoong

Results 9 issues of HinGwenWoong

## Motivation I follow the doc to [install](https://github.com/open-mmlab/mmclassification/blob/master/README.md#installation) the mmcls, ![image](https://user-images.githubusercontent.com/25873202/181199737-35f2f3fc-9655-4f0b-9a57-52570fe0d433.png) and I got the error: ```bash segment fault ``` I look for which library to cause it then I...

Improce expression for `chapter_preliminaries/linear-algebra.md`

Improve expression in `chapter_preliminaries/pandas.md`

您好,感谢您开源了安全帽的数据集!这个数据集很棒! 我最近有些项目、论文想与您合作,请联系下我,谢谢! 我的邮箱是 [email protected] , 期待您的回复!

## Motivation Improve doc `custom_dataset` ## Modification `docs/zh_cn/user_guides/custom_dataset.md`

documentation

## Motivation Fix all link to readthedoc ## Modification `README.md` and `README_zh-CH.md`

documentation

## Motivation Add benchmark for MMYOLO and user | config | COCO eval map | Train epoch | Model param | GFlops | PyTorch eval FPS | |----|-----|-----|-----|-----|-----| | |...

WIP
planned feature

完善了 KIE 的标注功能,**该 PR 对于使用 PPOCRLabl 在 KIE 任务打标签十分重要** 1、默认标签从 `None` -> `other` 2、标签中将所有的 key_cls -> `label`,用户无需进行转换就可以进行训练,对应了文档中的标签例子 3、保存的时候会保存 SER 的一份 class txt,other 始终位于第一行,其余的标签会进行排序然后保存,以便用户快速进行训练,对应了文档中的标签例子 4、代码中兼容以前的版本,如果用户使用以前的 key_cls 的标签自动转换最新的 `label` 字段 标签文件对其文档: https://github.com/PaddlePaddle/PaddleOCR/blob/dygraph/doc/doc_ch/kie.md#12-%E8%87%AA%E5%AE%9A%E4%B9%89%E6%95%B0%E6%8D%AE%E9%9B%86

contributor
PPOCRLabel