Code Monkey home page Code Monkey logo

Comments (16)

zakrzewki avatar zakrzewki commented on July 27, 2024 1

Looks like it's fine.
Mind you have quite high loss connected with classification to a class and low loss value in finding proposal. Looks like it's not a big deal in finding proposals, but rather with setting a correct class for a proposal.
Maybe try first with lower number of classes? Like give only 5 classes in the beginning to check if it'll work at all. Moreover, your photos looks like to be huge (especially long) - try to resize them down? I'm using 768x768 for example

from keras-frcnn.

manohar8642 avatar manohar8642 commented on July 27, 2024 1

Has the problem got solved? Because I'm facing the same issue.

from keras-frcnn.

zakrzewki avatar zakrzewki commented on July 27, 2024

I assume you trained model using train_frcnn.py, but did not run test_frcnn.py. The first file trained model using your images and created weights file, but you need to apply run second file, as it'll look for objects in the images.
For me it's working fine

from keras-frcnn.

chelvanai avatar chelvanai commented on July 27, 2024

I first run train_frcnn.py after i got the weight file , then i run test_frcnn to object detection. did i miss any step here?

from keras-frcnn.

zakrzewki avatar zakrzewki commented on July 27, 2024

No, maybe it's not enough training time. What is your best current loose for now?

from keras-frcnn.

chelvanai avatar chelvanai commented on July 27, 2024

Screenshot from 2019-09-06 08-06-37

from keras-frcnn.

chelvanai avatar chelvanai commented on July 27, 2024

actually i stopped in 1500 epochs ran , i think that will be enough

from keras-frcnn.

zakrzewki avatar zakrzewki commented on July 27, 2024

Do you set any bound box as background (bg)? I assume you're passing the entry data as txt file, right?

from keras-frcnn.

chelvanai avatar chelvanai commented on July 27, 2024

ya i use annotation as txt file

from keras-frcnn.

zakrzewki avatar zakrzewki commented on July 27, 2024

Do you set any bound box as background (bg)? Having entries in txt like
abcd.jpg,0,10,20,30,bg

from keras-frcnn.

chelvanai avatar chelvanai commented on July 27, 2024

This is my sample annotate.txt file
NumberPlate/JPEGImages/SKP3858H.jpg,159,193,450,567,S

from keras-frcnn.

chelvanai avatar chelvanai commented on July 27, 2024

is there any wrong? can you give any advice

from keras-frcnn.

chelvanai avatar chelvanai commented on July 27, 2024

i got some character detection after 3000 epcohs, but still it is not recognized new unknown images.
I have worry about this algorithm implementation.

from keras-frcnn.

chelvanai avatar chelvanai commented on July 27, 2024

i don`t have GPU in my laptop is it any issue in this process?

from keras-frcnn.

skyap avatar skyap commented on July 27, 2024

Untitled
are you using the correct coordinate system? a point in matrix image[y,x,3] should be refer as x,y in annotate.txt.

from keras-frcnn.

mlpro1122 avatar mlpro1122 commented on July 27, 2024

Has the problem got solved? Because I'm facing the same issue.

I'm doing for you

from keras-frcnn.

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.