hasibzunair/fifa-tryon

Training FIFA

Closed this issue · 2 comments

Hi @hasibzunair, I wanted to know how to train it on 768x1024 images and if I used the other SOTA models than VGG then will it train better ?

Hi @muhammad-ahmed-ghani, sorry I missed this. You can try recent backbones other than VGG, might work better. To train it on high res, simply change the input dimensions in the data loader and model inputs.

Thank you.