Visual-Template-Free-Form-Parsing icon indicating copy to clipboard operation
Visual-Template-Free-Form-Parsing copied to clipboard

Training a model for rotations

Open devarshi16 opened this issue 5 years ago • 2 comments

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?

devarshi16 avatar Feb 20 '20 11:02 devarshi16

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).

herobd avatar Oct 05 '20 23:10 herobd

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.

devarshi16 avatar Oct 14 '20 08:10 devarshi16