viviayi

Results 3 issues of viviayi

请问会考虑添加ASF模块到开放源码中吗?

当使用print(process_sympy("2\\frac{3}{5}"))时,输出为:2*(3/5) 但实际上这是一个假分数,结果应该是2+3/5

感谢分享,最近也想通过opencv调用DB模型,但是在使用您提供的模型以后出现以下报错,请问这个是opencv版本问题吗? Traceback (most recent call last): File "main.py", line 145, in net = dbnet(binaryThreshold=args.binaryThreshold, polygonThreshold=args.polygonThreshold, unclipRatio=args.unclipRatio, maxCandidates=args.maxCandidates) File "main.py", line 115, in __init__ self.model = cv2.dnn.readNet('DB_TD500_resnet50.onnx') cv2.error: OpenCV(4.2.0) /tmp/opencv-4.2.0/modules/dnn/src/layers/pooling_layer.cpp:1174: error:...