Latex_OCR_Pytorch主要是这个版本的Pytorch实现:LinXueyuanStdio/LaTeX_OCR_PRO感谢@LinXueyuanStdio 的工作以及指导.本项目与上述项目思路一致,但在实现上修改了一些地方:数据集的重新定义,但使用原有类似的预处理方式 代码简化,目前仅保留主要部分,命令行控制等在后续补充 内存优化,相对较少的内存需求,支持较大批量的...
LaTeX OCR A Pytorch implementation of LinXueyuanStdio/LaTeX_OCR_PRO, forked from qs956/Latex_OCR_Pytorch It uses CNN as the encoder, and RNN as the decoder Training Prepare the dataset files in .npy format, each element of the ndarray is formatted as: { 'ID': 1, 'label': "x ^...
Latex_OCR_Pytorch # LaTeX OCR主要是这个版本的Pytorch实现: A Pytorch implementation of [LinXueyuanStdio/LaTeX_OCR_PRO](https://github.com/LinXueyuanStdio/LaTeX_OCR_PRO), forked from [qs956/Latex_OCR_Pytorch](https://github.com/qs956/Latex_OCR_Pytorch)[...
基于Pytorch实现的End-to-End图像Latex公式识别 inspire by LinXueyuanStdio/LaTeX_OCR_PRO - feat(test):tflops · qs956/Latex_OCR_Pytorch@63f3ab6
基于Pytorch实现的End-to-End图像Latex公式识别 inspire by LinXueyuanStdio/LaTeX_OCR_PRO - fix(dataset):collate_fn · qs956/Latex_OCR_Pytorch@fcdf8f4
A Pytorch implementation of LinXueyuanStdio/LaTeX_OCR_PRO, forked from qs956/Latex_OCR_Pytorch It uses CNN as the encoder, and RNN as the decoder Training Prepare the dataset files in .npy format, each element of the ndarray is formatted as: { 'ID': 1, 'label': "x ^ { 2...
2 changes: 1 addition & 1 deletion 2 README.md Original file line numberDiff line numberDiff line change @@ -2,7 +2,7 @@ A Pytorch implementation of [LinXueyuanStdio/LaTeX_OCR_PRO](https://github.com/LinXueyuanStdio/LaTeX_OCR_PRO), forked from [qs956/Latex_OCR_Pytorch](https://...
A Pytorch implementation of LinXueyuanStdio/LaTeX_OCR_PRO, forked from qs956/Latex_OCR_Pytorch - Ladbaby/project_2024_LaTeX_OCR_Pytorch