NielsRogge / Transformers-Tutorials

This repository contains demos I made with the Transformers library by HuggingFace.
MIT License
9.16k stars 1.42k forks source link

Perform data augmentation on LiLt #313

Open Altimis opened 1 year ago

Altimis commented 1 year ago

Hi. Thank you @team for your great work.

I'm wondering if it's possible/effective to use data augmentation for LiLt model. Only spacial augmentation will be performed (rotation, noise etc). Bounding boxes also needs to be modified based on the transformation.

Thanks.