mathAI icon indicating copy to clipboard operation
mathAI copied to clipboard

一个拍照做题程序。输入一张包含数学计算题的图片,输出识别出的数学计算式以及计算结果。This is a mathematic expression recognition project.

Results 17 mathAI issues
Sort by recently updated
recently updated
newest added

请问用项目自己提供的图片可以计算,换成自己手机拍摄的照片无法计算是怎么回事

环境都已经建好 因为没有您说的opencv版本号 所以用pip install opencv-python==3.4.17.63下载 但在run main.py时出现以下的错误 TypeError: data must be either a numpy array or pandas DataFrame if pandas is installed; got dict 错误是发生在main.py的 for i,p in enumerate(predictions): estimator.py的...

请问该怎么实现多个算术题在同一张图片上都可以识别出来呢

请教一下:我想用dataset1文件夹里面的图片训练一个识别器,请问这些图片为什么打不开

能运行加减测试 但是除法不能测试 修改main.py 将第22行original_img, binary_img = read_img_and_convert_to_binary('./testImgs/easy div/25.jpg')后无法通过测试 错误提示 `(cv3) G:\mathAI\系统代码(code)>python main.py C:\Users\Administrator\.conda\envs\cv3\lib\site-packages\tensorflow\python\framework\dtypes.py:458: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version...

作者你好,我是一名非计算机专业的本科生,我已跑通你的代码,并把lenet换成了其他识别率更高的网络,。如果我想实现你未开源的部分,你有推荐的论文吗?我比较菜,一直没找到合适的论文。

请问你是采用什么方法进行图像分割的,比如等于号、根号这种你是如何处理的?期待你的回答,谢谢

按照文档配置好之后,127.0.0.1:5000 能进入,但是点击upload的时候显示内部服务器错误 错误信息如下: WARNING: Logging before flag parsing goes to stderr. W0704 22:22:49.066677 14804 deprecation_wrapper.py:119] From C:\Users\Nicho\Desktop\master\mathAI-master\系统代码(code)\tools\cnn_model.py:9: The name tf.logging.set_verbosity is deprecated. Please use tf.compat.v1.logging.set_verbosity instead. W0704 22:22:49.066677 14804 deprecation_wrapper.py:119]...

iOS上有一个手写的计算器。MyScript Calculator。 https://apps.apple.com/us/app/myscript-calculator/id1304488725 README.md,要不要改一下。

你好,对印刷体二次根式的图片识别,在运行程序时会报错:AttributeError: module 'tools' has no attribute 'extract_img',请问您有什么好的建议吗