MichalBusta / DeepTextSpotter

285 stars 101 forks source link

Where is the operation of Bilinear Sampling? #56

Open dpengwen opened 6 years ago

dpengwen commented 6 years ago

Hey,

As illustrated in paper, bilinear sampling is used for the feature maps of the corresponding proposals. However, in the demo.py or validation.py, I found it directly rotates the proposals into horizontal direction and then feed them into recognition network. So, I would like to know where is the bilinear sampling applied?

Thanks and have a nice day.

MichalBusta commented 6 years ago

5