hzj0913
Results
1
issues of
hzj0913
### Branch master branch https://mmocr.readthedocs.io/en/latest/ ### 📚 The doc issue 请问要怎样训练自己的中文字符识别模型? 我按照MMOCR的格式写的脚本制作的数据集,但是在训练时,出现json文件中中文的读取错误: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xba in position 2443: invalid start byte 我把encoding模式设置为"gbk",会出现输入特征维度不匹配的问题 ### Suggest a potential...