Skip to content

Latest commit

 

History

History
58 lines (50 loc) · 1.9 KB

File metadata and controls

58 lines (50 loc) · 1.9 KB

PRODUCTION

0. 编译

conan profile path default
cd Production
conan install . --output-folder=build --build=missing
cmake --preset conan-default
cmake -B ./build -DCMAKE_BUILD_TYPE=Release
cmake --build ./build/ --config Release

1. 使用

1.1 下载

链接:https://pan.quark.cn/s/f2d2ada82710

1.2 指令

.\Production.exe .\text_det.onnx .\text_direction_cla.onnx .\text_rec.onnx .\charset.txt '.\2022-12-08 14-54-28_000149.bmp' res.txt vis.jpg

1.3 结果

Point1 691.914,206.116
Point2 282.269,786.145
Distance 710.1
Angle 54.7684
IsRight 1

2. 相关资源

2.1 训练库

2.2 推理库