summerlvsong / Aggregation-Cross-Entropy

Aggregation Cross-Entropy for Sequence Recognition. CVPR 2019.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to get val label

yangpd opened this issue · comments

result is n77*26 ,how to match word

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.