Media-Smart / vedastr

A scene text recognition toolbox based on PyTorch
Apache License 2.0
535 stars 100 forks source link

I came across this mistake #64

Closed wanglibing727 closed 3 years ago

wanglibing727 commented 3 years ago

AttributeError: 'TxtDataset' object has no attribute 'transforms'

I saw it. It has this property

ChaseMonsterAway commented 3 years ago

Hi, Could you please tell me which config file you used? Have you set the transform in config file?

wanglibing727 commented 3 years ago

@ChaseMonsterAway Thank you for your reply, I have solved this problem, and there is another question I want to ask, is this project the algorithm implementation of SATRN? Or is it the algorithm implementation of SRN? Why do I see in "https://paperswithcode.com/sota/scene-text-recognition-on-icdar2013" that these two algorithms point to this project.

ChaseMonsterAway commented 3 years ago

It's SATRN not SRN.

wanglibing727 commented 3 years ago

@ChaseMonsterAway ok, thanks

ChaseMonsterAway commented 3 years ago

@wanglibing727 You're welcome.