Pandas_007
Pandas_007
这是原始代码 elif det and not rec: ocr_res = [] for idx, img in enumerate(imgs): img = preprocess_image(img) dt_boxes, elapse = self.text_detector(img) if not dt_boxes: ocr_res.append(None) continue tmp_res = [box.tolist() for...
I have the same problem. How can I solve it?
> I am also figuring it out ! Until someone from the flameshot team suggest something I cant see this works Happy new year!,I solved this issue on my ubuntu...
> Hi @Modas-Li, @alphanlp, and @NicholasYoungAI can you provide more information about your system and set up? Thanks I have same problem when I t started DeepSpeed-Chat that bash training/step2_reward_model_finetuning/training_scripts\single_node\run.sh...
看了一下源码 问题貌似出现在 Fastdeploy/fastdeply/vision/ocr/ppocr/ppocr_v2.cc中的第135行。 ``` if (!detector_->BatchPredict(images, &batch_boxes)) { FDERROR
https://github.com/PaddlePaddle/FastDeploy/issues/2024 这里有类似的解决方案