bgshih / aster

Recognizing cropped text in natural images.
MIT License
726 stars 195 forks source link

Disable the rectification network #104

Open vaibhavnayak opened 4 years ago

vaibhavnayak commented 4 years ago

How could I go about training only on the text recognition network? I have a pretty decent image for recognition, and the rectification part is not favouring in my case.

image

Cabbagehust2507 commented 4 years ago

@vaibhavnayak You can change the setting in this file aster/experiments/demo/config/trainval.prototxt. Delete block "spatial_transformer" in it if you don't want to use the rectified part.

KnitVikas commented 3 years ago

@vaibhavnayak did it worked for you ?