03 2021 档案
摘要:请见: https://blog.csdn.net/Steven_L_/article/details/109487816
阅读全文
摘要:tesseract [picture name] [result name]->t xt file 仅给出文字 tesseract [picture name] [result name] hocr-> hocr file 给出文字和bbox
阅读全文
摘要:直接在pycharm中,使用“view”查看tensor,会出现invalid syntax错误。 所以使用tensor.cpu().numpy()转化为numpy就可以view as array了。
阅读全文