-
Notifications
You must be signed in to change notification settings - Fork 21
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
Error while inferencing #17
Comments
This happens because nothing is detected. |
I modified this text-detection-fots.pytorch/datasets.py Line 159 in 04b969c
to
Is it incorrect or I should train for more number of epochs |
Looks correct |
Hey there might be an error in the way I have created annotations.
The only thing I want to know is - Is this order of selecting points correct. I tried to check this from ICDAR website but only found points are in clockwise order. |
This boils down to whether |
So I ran the test.py and saw the visualizations of gt are correctly drawn. So this guarantees that the annotations are correct, right? |
It only guarantees that annotations are correct from visualizer's point of view. But since |
Ohh...so which is the correct order of points to be followed? |
Well, if you say ICDAR is in clockwise order, than clockwise order is correct order because the net works for ICDAR. |
Actually I meant which point should come first for eg..upper-left, lower-left, etc |
I think it doesn't meter: the points go through |
I am facing this issue -
I tried to debug and found polys.shape[0] is 0
I have uncommented the code for visualization
text-detection-fots.pytorch/test.py
Line 43 in 04b969c
Any idea why this is happening?
The text was updated successfully, but these errors were encountered: