You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your work.
I am working on images that have only horizontal text.
During training following loss values eventually become nan after few steps.
Those loss are bbox_loss,seg_loss,angle_loss and loss
These values are present in train.py between lines 487 to 497
Can you please let me know what can be the issue and is there any
change required in code when only horizontal text is present.
--- Aniket
The text was updated successfully, but these errors were encountered:
Hi,
The horizontal and vertical text are supported.
with no additional information, I think the issue will be in data feeding. (nan values can be result of len(gt) > len(features) - for ctc loss the gt must be able to fit length of the feature vector).
you can run training with a debug option to see, what are you feeding in ...
Respected Sir,
Thanks for your work.
I am working on images that have only horizontal text.
During training following loss values eventually become nan after few steps.
Those loss are bbox_loss,seg_loss,angle_loss and loss
These values are present in train.py between lines 487 to 497
Can you please let me know what can be the issue and is there any
change required in code when only horizontal text is present.
--- Aniket
The text was updated successfully, but these errors were encountered: