Questions tagged [paddle-paddle]

79 questions
0
votes
0 answers

OSError: Invalid enum backend type 64 (Paddleseg, Paddlepaddle)

Hardware CPU noavx Environment Information platform: Windows-10-10.0.19041-SP0 Python: 3.8.0 (tags/v3.8.0:fa919fd, Oct 14 2019, 19:37:50) [MSC v.1916 64 bit (AMD64)] Paddle compiled with cuda: False GCC: gcc (Rev10, Built by MSYS2 project)…
unblock
  • 1
  • 1
0
votes
0 answers

Calculate the orientation of bouding Boxes

my input is a rotated image. Sometimes is 90 degrees and sometimes is -90 degrees. I am using PaddleOCR to extract the text and detect Boundingboxes. With PaddleOCR i can detect the coordinates of every boundingboxes. the first one should be between…
Atef
  • 11
  • 3
0
votes
1 answer

How to use Paddle with SvelteKit?

I'm trying to display a Paddle Inline Checkout in SvelteKit. However I always get Name Paddle not found as an error. I'm unable to use all the script at all. Console Error: Uncaught (in promise) ReferenceError: Paddle is not defined instance…
0
votes
0 answers

PaddlePaddle docker registry differences

I am trying to pull in a paddle image from docker hub here. I do not understand what the trt means at the end of some of the versions i.e. 2.4.0rc0-gpu-cuda10.2-cudnn7.6-trt7.0. I see there are some versions without trt and I am wondering the…
219CID
  • 340
  • 5
  • 15
0
votes
1 answer

PaddleOCR model not detecting angled text even though use_cls is true

I am running a pre-trained PaddleOCR model (detection + recognition + cls) in Sagemaker following this tutorial. The inference works and I am able to successfully read words from images and get their confidences and bounding boxes. I am creating my…
219CID
  • 340
  • 5
  • 15
0
votes
0 answers

No matching distribution found for paddlepaddle == 2.4.1 when deploying a docker

I have deployed an application on streamlit via a github and everything works. However, since I have heavy files, I have to use lfs with limited bandwidth (free account). I would like to deploy it via a docker. I created a docker file : FROM…
tripleg
  • 1
  • 1
0
votes
0 answers

How to install paddleOCR (CPU version) for CentOS 7?

I have been trying to install paddleOCR CPU version for centos7. While running the program file, I encountered an error given below. Error First, we installed virtual environment with python version 3.8.1 followed by the commands given below- I…
0
votes
0 answers

PaddleOCR FileNotFoundError: [WinError 2] The system cannot find the file specified

I am working on making License Plate Module for the below project and I am getting FileNotFoundError: [WinError 2] The system cannot find the file specified when running the project. It works fine using an interactive window Project…
Mike Lud
  • 11
  • 1
0
votes
2 answers

How to crop the specific part of image using PaddleOcr Bounding box Co-ordinates

Currently I am working on the Vietnamese text detection from the image So, to detect the text in Image I am using the PaddleOcr Detection because I need line to line detection. Paddleocr is showing 100% result for that, we can do recognition using…
0
votes
0 answers

Why do we need to convert PaddleOCR to PyTorch model?

I can run PaddleOCR model directly but why do I need to convert it PyTorch model? Since It has not had many resources, I didn't find any article or blog describing why we need to convert.
Rakibul Islam
  • 325
  • 1
  • 3
  • 13
0
votes
0 answers

Colab crashing while running Paddle OCR

I used the Googl Colab to extract the tables from the images using Paddle OCR. It was working fine till last week. But from Monday onwards, the colab is crashing when I run the code to finding layout. Not sure what causes this issue. Any…
Pravin
  • 241
  • 2
  • 14
0
votes
0 answers

Compiling PaddleLite (and other NDK projects) for Exynos devices?

I am trying to run PaddleOCR's android demo on my Samsung device which has an exynos processor. The demo complies successfully on my emulator (Pixel XL API 32) and moto device which have arm processor on them. However, it fails with the following…
0
votes
0 answers

PaddleSeg error: Target 254 is out of upper bound

I'm using the PaddleSeg to train some datas for classifications. here are only two classes. I had looked for other answers, and it seems to be caused by the different dimensionality of the output layer and data. The data is the image used for image…
Jay Liu
  • 1
  • 1
0
votes
1 answer

moving two pong game paddles at the same time

I have been frustrated with making a pong game. I have two paddles that I can move separately and freely as required but I miss something and they can't move at the same time as I want, it's a multiplayer game, two opponents press different keyboard…
0
votes
0 answers

Where can I find the PaddleOCR text classifier .tar file?

I'm using paddleOcr on windows, and when it comes to the point where I have to download the det, rec and text classifier files, I get the following error. requests.exceptions.SSLError: HTTPSConnectionPool(host='paddleocr.bj.bcebos.com', port=443):…
Yumna Albar
  • 115
  • 1
  • 2
  • 6