GithubHelp home page GithubHelp logo

Comments (10)

apoorva-dave avatar apoorva-dave commented on May 23, 2024

can you please elaborate what all changes you did? what was the input file? And you are getting this error in DetectPlate.py?

from licenseplatedetector.

parthgoe1 avatar parthgoe1 commented on May 23, 2024

from licenseplatedetector.

jimy2020 avatar jimy2020 commented on May 23, 2024

In the
min_row, min_col, max_row, max_col = region.bbox Line i am getting following error in DetectPlate.py?
ValueError: too many values to unpack (expected 4)

from licenseplatedetector.

apoorva-dave avatar apoorva-dave commented on May 23, 2024

Are you using some other image or video as I am unable to reproduce it. My friends have also used the same code and with the image/video examples given in repo, it is working fine for them. Can you share the image which you are using to test it?

On printing region.bbox what are you getting? It should be sequence of values like (718, 1115, 730, 1129)

from licenseplatedetector.

jimy2020 avatar jimy2020 commented on May 23, 2024

from licenseplatedetector.

jimy2020 avatar jimy2020 commented on May 23, 2024

from licenseplatedetector.

apoorva-dave avatar apoorva-dave commented on May 23, 2024

I tried looking into it but still couldn't identify why region.bbox is giving you 6 values rather than 4.
Did you try capturing these values and see if you are getting the same result?
eg : take any 2 dummy variables
t1, min_row, t2, min_col, max_row, max_col

from licenseplatedetector.

jimy2020 avatar jimy2020 commented on May 23, 2024

from licenseplatedetector.

G-Slient avatar G-Slient commented on May 23, 2024

I am getting the same error. could you fix this error?

from licenseplatedetector.

sandan000 avatar sandan000 commented on May 23, 2024

I am getting the same error. could you fix this error?

I got the same error too. You can try to change image from RGB to gray format.

from licenseplatedetector.

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.