-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
regarding training accuracy and detection #6
Comments
Before running the eval script you will have to add the path to your training logs and checkpoint files in the |
I am getting like this when I run the training script. INFO:tensorflow:global step 176: loss = 45.1903 (4.068 sec/step) What could be the problem?? |
And I got this after running eval.py script. INFO 2020-01-28 10:46:05.000354: tf_logging.py: 82 Evaluation [99/100] Could you tell me where is it going wrong |
When I run demo_inference,py script I get this result. DEBUG 2020-01-28 11:01:54.000358: PngImagePlugin.py: 138 STREAM b'IHDR' 16 13 Please try to help me out in this issue. What's going wrong |
Hello! Thank you so much for such nicely explained kernels. I too have the same kind of problem. Problem1 #####:Even though a new checkpoint is available, it is unable to collect that checkpoint and it is waiting for a long time. Could you please tell me what's the problem? Problem2 #####:After running inference.py, my model is predicting the license plate characters as follows: |
Problem 1: I just tried 1 time. So, whenever I need it, I ran the script to check the accuracy. Problem 2: Just add convert the output format by inserting this line. line.decode('utf-8') |
First of all the training on CPU is very slow.
training script is running properly. But I am not able to get the correct detections at all.
I am getting something like 👍
b'NRRRRRRRRRRRRRRRRRRRR'
b'M99999RRRRRRRRRRRRRRR'
Something like this..
Where do I need to the give the pretrained models and start detection process??
Could you please help me out with this??
Thank you
The text was updated successfully, but these errors were encountered: