Visual-Template-Free-Form-Parsing
Visual-Template-Free-Form-Parsing copied to clipboard
Training a model for rotations
I turned the rotation parameters in the config to true, but the test results are not good even on an overfit dataset. Can you please point to where I can make the appropriate changes, improvements, in the code so as to improve the rotation results?
Which rotation parameter? The primary one in the code is to turn on handling rotated bounding boxes (as opposed to axis aligned), but this is not implemented (so I'd be surprised if it ran).
Yes, I figured that later on. I added rotational transformations directly to my dataset later on, but ended up using regular bounding boxes followed up by some image processing.
Great work with the paper and the implementation by the way, was a lot of help.