Jia chen
Jia chen
the on end function is called only when things go wrong. But what about when the scraping is finished properly?
Hi, i need the detailed TSV data as output including the following info: 1) Text 2) width, height, x, y of each word 3) Confidence of each word 4) Level...
from parselmouth.praat import call, run_file Not sure what's going on. I tried to look up run_file from parselmouth and couldn't get much out of their documentation. This line is used...
def GetSubMask(s): len_s = tf.shape(s)[1] bs = tf.shape(s)[:1] mask = K.cumsum(tf.eye(len_s, batch_shape=bs), 1) return mask if the input is (5,4,3) wouldn't tf.eye here creates a lower triangle tensor of 5,...
File "/usr/local/lib/python3.7/site-packages/medium_to_ghost/medium_post_parser.py", line 459, in handle_data self.cards[-1][1]["caption"] = data IndexError: list index out of range
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:Ubuntu 20 - 版本号/Version:Paddle: 2.6 PaddleOCR:2.6 问题相关组件/Related components: Dec/Rec - 运行指令/Command Code: ``` ocr = PaddleOCR(use_angle_cls=True, cls=True, use_gpu=True,...