From 439c12243d60e1d705fcd1b61c4ceaa11400feda Mon Sep 17 00:00:00 2001 From: MissPenguin Date: Fri, 1 Apr 2022 19:37:47 +0800 Subject: [PATCH] Update README.md --- ppstructure/vqa/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ppstructure/vqa/README.md b/ppstructure/vqa/README.md index b9a82cc5..f1427785 100644 --- a/ppstructure/vqa/README.md +++ b/ppstructure/vqa/README.md @@ -242,3 +242,7 @@ python3 tools/infer_vqa_token_ser_re.py -c configs/vqa/re/layoutxlm.yml -o Archi - LayoutXLM: Multimodal Pre-training for Multilingual Visually-rich Document Understanding, https://arxiv.org/pdf/2104.08836.pdf - microsoft/unilm/layoutxlm, https://github.com/microsoft/unilm/tree/master/layoutxlm - XFUND dataset, https://github.com/doc-analysis/XFUND + +## License + +The content of this project itself is licensed under the [Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/) -- GitLab