Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] add XFUND dataset and project LayoutLMv3 #1809

Open
wants to merge 58 commits into
base: dev-1.x
Choose a base branch
from

Commits on Mar 23, 2023

  1. 阶段性提交

    KevinNuNu committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    24119ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38fbba5 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Configuration menu
    Copy the full SHA
    3ae3f84 View commit details
    Browse the repository at this point in the history
  2. 新增xfund zh数据集

    KevinNuNu committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    35d0dd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    125cce2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4f1dac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ffe8909 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b203ad View commit details
    Browse the repository at this point in the history
  7. 增加xfund RE任务

    KevinNuNu committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    2016921 View commit details
    Browse the repository at this point in the history
  8. pre-commit fix

    KevinNuNu committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    717ac03 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    078cc83 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    d3e16ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d0c5e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    deb96cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    443e979 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a88a129 View commit details
    Browse the repository at this point in the history
  4. ser/re packer docstring fix

    KevinNuNu committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    25f084a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8f2614 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8a7b68 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    81a4527 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    e22e466 View commit details
    Browse the repository at this point in the history
  2. 优化xfund_dataset

    KevinNuNu committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    ceb66dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2eb79c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. 简化版layoutlmv3代码

    KevinNuNu committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    a6bbe12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7951200 View commit details
    Browse the repository at this point in the history
  3. 添加测试脚本

    KevinNuNu committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    3ddf780 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60b2a52 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    84be264 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    2767fcc View commit details
    Browse the repository at this point in the history
  2. 将原本在XFUNDDataset内做的预处理全部移到pipeline中,重构预处理代码为LoadProcessorFromPretrain…

    …edModel / ProcessImageForLayoutLMv3 / ProcessTokenForLayoutLMv3 / ConvertBIOLabelForSER 四个流程
    KevinNuNu committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    4b4b343 View commit details
    Browse the repository at this point in the history
  3. 更新项目测试脚本

    KevinNuNu committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    8399f94 View commit details
    Browse the repository at this point in the history
  4. 跑通train.py训练流程

    KevinNuNu committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    bda6742 View commit details
    Browse the repository at this point in the history
  5. 修改SERDataSample形式

    KevinNuNu committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    44c68b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    023b0cf View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    de98eb1 View commit details
    Browse the repository at this point in the history
  2. 整理config目录

    KevinNuNu committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    a05a2e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3664773 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. 优化PackSERInputs

    KevinNuNu committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    6c1f5be View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    d21a181 View commit details
    Browse the repository at this point in the history
  2. fix an error

    KevinNuNu committed May 1, 2023
    Configuration menu
    Copy the full SHA
    40cfe65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1f43e7 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    e102ef2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50fa7f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a04cd51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81b8f86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    059e203 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. 规范配置文件命名

    KevinNuNu committed May 25, 2023
    Configuration menu
    Copy the full SHA
    f0a03ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9a3a5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b04e126 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. 优化ser_postprocessor

    KevinNuNu committed May 29, 2023
    Configuration menu
    Copy the full SHA
    b6f55f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    edf7fe8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a1e37b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    dbe9145 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    0f0f8ca View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. fix lint

    gaotongxiao committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    ae8c426 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    ab14bb0 View commit details
    Browse the repository at this point in the history
  2. fix ci

    gaotongxiao committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    db5673f View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. ci

    gaotongxiao committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    c7a3895 View commit details
    Browse the repository at this point in the history