Giter Club home page Giter Club logo

Comments (5)

faustomorales avatar faustomorales commented on July 20, 2024

Hello! Could you provide a few more details to help me reproduce?

  • TensorFlow version (import tensorflow as tf; tf.__version__)
  • Keras version (import keras; keras.__version__)
  • Did you try to run the demo code more than once with the same result?
  • Was any other code executed before the demo code?

from keras-ocr.

AlexBlack2202 avatar AlexBlack2202 commented on July 20, 2024

Hi faustomorales, some detail of my system is:

TensorFlow version: 1.14.0.
Keras version: 2.3.1

"Did you try to run the demo code more than once with the same result" yes, I run it more than 5 times, and totally crash.

"Was any other code executed before the demo code?" No, I just create a new test.py file and paste your example code.

It is show error after run this line "boxes = detector.detect(images=[image])[0]", the memory increase very fast (from 4GB to 11GB in 2-3 second), and crash.
log in terminal:

terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Aborted

Thank you.

from keras-ocr.

faustomorales avatar faustomorales commented on July 20, 2024

I ran the demo code with that combination and was unable to reproduce. Some more things to check --

  1. What version of OpenCV do you have (import cv2; cv2.__version__)
  2. Could you verify that image.shape is (480, 640, 3)? I'm wondering if the package is reading the file incorrectly somehow.
  3. You could try running the demo code with TensorFlow 2.0.0 by doing pip uninstall -y tensorflow then pip install tensorflow==2.0.0.

Thank you for your patience!

from keras-ocr.

AlexBlack2202 avatar AlexBlack2202 commented on July 20, 2024

Hi faustomorales, thank you for fast reply,

my image size is (3024, 4032, 3). I forget to resize it into (480, 640, 3).

When i resize to (480, 640, 3), it work.

Thank you very much.

from keras-ocr.

faustomorales avatar faustomorales commented on July 20, 2024

Glad that worked out for you! Just to clarify, you don't have to use (480, 640) exactly. The model should still work for different dimensions / aspect ratios.

from keras-ocr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.