summerlvsong / Aggregation-Cross-Entropy

Aggregation Cross-Entropy for Sequence Recognition. CVPR 2019.
303 stars 60 forks source link

how to get val label #9

Open yangpd opened 5 years ago

yangpd commented 5 years ago

result is n77*26 ,how to match word

summerlvsong commented 5 years ago

As mentioned in Section 4.1.2, to decode the 2D prediction, we flattened the 2D prediction by concatenating each column in order from left to right and top to bottom and then decoded the flattened 1D prediction following the general procedure.