GithubHelp home page GithubHelp logo

Comments (8)

pavitrakumar78 avatar pavitrakumar78 commented on June 14, 2024

Not sure what you mean, but if you are asking what improvement can be made, here are some things you can do:

  • Come up with better CNN architectures
  • Try to use better pre-processing methods
  • Improve the bounding box estimation logic
  • Try using other images and custom labeled data as input

These are just high-level ideas, but you can work on improving even small parts of each section which may improve accuracy even by a little bit.

from street-view-house-numbers-svhn-detection-and-classification-using-cnn.

Malouke avatar Malouke commented on June 14, 2024

hello ,
thank you again for reply,
I mean i want test your project in personal images but i am not expert and i want realy some basics stuffs like how i can use your model to try detect numbers in my personnal pictures.

How i can launch the script ?
where i should put my images ?
do i should train the modele or use the save weights in your google drive .... ?

thanks for adance .

from street-view-house-numbers-svhn-detection-and-classification-using-cnn.

pavitrakumar78 avatar pavitrakumar78 commented on June 14, 2024

All the required instructions are on the readme itself. Download the full repo and put the weights and data files into the respective folders and run combi_models.py.
Whether you want to train or use pre-trained models - that's up to you.

from street-view-house-numbers-svhn-detection-and-classification-using-cnn.

Malouke avatar Malouke commented on June 14, 2024

ok thank 's for your reply,
i am so sorry if my question was no clear.

my simple question it's where i should put my own images for testing ?

thank's for adavance.

from street-view-house-numbers-svhn-detection-and-classification-using-cnn.

pavitrakumar78 avatar pavitrakumar78 commented on June 14, 2024

Anywhere you want. Read the code here. find_box_and_predict_digit() is what you need and it's input is a numpy array. You have to read the image and pass it to the function. Do look at how the images are processed for training and make sure you do the same processing if you want to use the pre-trained models.

from street-view-house-numbers-svhn-detection-and-classification-using-cnn.

Malouke avatar Malouke commented on June 14, 2024

thank's for your help .
i test he work well ,
i test only on my cpu i want ask you if i can use my gpu GTX 2 GB memory to play with data ?

from street-view-house-numbers-svhn-detection-and-classification-using-cnn.

pavitrakumar78 avatar pavitrakumar78 commented on June 14, 2024

Yes, you can use your GPU.

from street-view-house-numbers-svhn-detection-and-classification-using-cnn.

Malouke avatar Malouke commented on June 14, 2024

thank's again

from street-view-house-numbers-svhn-detection-and-classification-using-cnn.

Related Issues (7)

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.