pytorch-layoutnet
pytorch-layoutnet copied to clipboard
Why Eval with flip and rotation
It looks to me the network training has no flip or rotation, why they are added as evaluation? Thanks
Hi, The network was actually trained with flip and rotation augmentation (see dataset.py).
Thanks for the reply, I was thinking args.no_flip is true. My mistake.