xiaomaofeng

Results 7 comments of xiaomaofeng

Is there any solution in windows environment with this problem?

> Does it still happen if you remove the `斗鱼水印` filter on the scene? here is a new log : https://obsproject.com/logs/BVUKxaoowpnIIsuV but i am so sorry for that it still...

> Try different player (like _mpv_ player) to playback your video. The issue looks like media player issue, not recording issue. > > **About settings.** The first log shows: >...

try add `sys.path.append('/root/your code path')` in the train.py

单纯的编码问题吧,我中文数据集训练过 很健康

> > 单纯的编码问题吧,我中文数据集训练过 很健康 > > 我目前的标签是utf-8的json,请问我是需要修改标签json的编码方式还是在修改读取数据时load函数的编码方式呢 改读取,很多库对包含中文数据的文件兼容性没那么好的,自己改下就好了。

you can use the icdar_text_parser.py to parse the dataset from the dataset obtained by paddleocr, but the format may be a little different. the gt text format in paddocr is...