futureflsl

Results 30 comments of futureflsl

谢谢大佬,我知道了。你其他项目生成txt格式都是个文件名,这个刚好放了box,我没放box。

没有深入研究这个报错吗,为什么1.8可以,1.9的pytorch就不行了。我看了下图片输入都是yolov5/yolov7/yolov8输入差不多,因此不是图片输入问题,而是模型问题,我尝试修改加载模型发现问题一样,可能模型采用1.8pytorch训练出来的,里面存储模型参数有些事pytorch1.9不支持

> The command is as follows: > > ``` > cmake -G "MinGW Makefiles" .. > mingw32-make > tts_test ../test.txt ../models/single_speaker_small.bin out.wav > ``` I faild C:\Users\fut\Desktop\1\SummerTTS-main\src\tn\glog\src\utilities.h:80:11: fatal error: port.h:...

PaddleOCRSDK.dll在项目bin目录下面

谢谢大佬,在线解答。

看到了,这个其实也可以用yolov5作预标注,后面有时间我改个

> @futureflsl Hi, Did you find any way to implement it in C++? You can write by yourself,it is simple

> 额我这里好像还能用?我只用的下载文章功能 时好时坏,搞不懂

目前已确认是bug,我已经发现问题。ocr_rec.h头文件第77行开始,他会自动强制写出inference.yml类别,之后保存为uft8格式导致识别乱码,当你指定keys.txt路径它不会读取指定字典文件,而是还是强制写出字典为utf8编码即使你手动改成ansi也不行。正确做法是注释掉强制写出部分。 ![Image](https://github.com/user-attachments/assets/3aaaf72f-7f8e-4c55-b9d4-f9a224e4851e) 最后就可以了: ![Image](https://github.com/user-attachments/assets/32679841-7234-462f-a0cc-558ef38bca4f) 综上所述,windows上字典文件必须是ansi编码才行,uft8中文会乱码。

http://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal new link seems to be here https://github.com/futureflsl/pythonlibs_whl_mirror