jiangxiluning / FOTS.PyTorch

FOTS Pytorch Implementation
BSD 3-Clause "New" or "Revised" License
643 stars 194 forks source link

why is the recognition loss does not reduce? #84

Open hoainv99 opened 3 years ago

hoainv99 commented 3 years ago

i trained model but i recognize that the recognition loss does not reduce? it is due to box coordinates? i see this code does not scale to 128 correspond to feature_map

xansar commented 3 years ago

i trained model but i recognize that the recognition loss does not reduce? it is due to box coordinates? i see this code does not scale to 128 correspond to feature_map

I have the same problem with yours. When training, the output of recognition branch contain different chars. However, from the second epoch, this branch just ouput blank string "", its loss can be around 4 and never decreased anymore.