1. 27 Sep, 2024 1 commit
    • myhloli's avatar
      refactor(draw_bbox): clear cuda cache and update bbox sorting · 36220d69
      myhloli authored
      - Added CUDA cache clearing after layoutreader prediction to free up GPU memory.
      - Modified the bbox sorting logic to sort text and title blocks separately.
      - Adjusted drawing colors for better distinction in debug visualizations.
      36220d69
  2. 26 Sep, 2024 2 commits
    • myhloli's avatar
      refactor(draw_bbox): clear cuda cache and update bbox sorting · 00cda7a6
      myhloli authored
      - Added CUDA cache clearing after layoutreader prediction to free up GPU memory.
      - Modified the bbox sorting logic to sort text and title blocks separately.
      - Adjusted drawing colors for better distinction in debug visualizations.
      00cda7a6
    • myhloli's avatar
      feat(draw_bbox): add layout sorting visualization · 270ffb02
      myhloli authored
      Implement a new function `draw_layout_sort_bbox` in `draw_bbox.py` to visualize the
      layout sorting results using the `LayoutLMv3ForTokenClassification` model. This function
      predicts the order of layout elements and draws them in the sorted sequence on the PDF pages.
      270ffb02
  3. 25 Sep, 2024 1 commit
    • myhloli's avatar
      feat(draw_bbox): add layout sorting visualization · 3cbcf2de
      myhloli authored
      Implement a new function `draw_layout_sort_bbox` in `draw_bbox.py` to visualize the
      layout sorting results using the `LayoutLMv3ForTokenClassification` model. This function
      predicts the order of layout elements and draws them in the sorted sequence on the PDF pages.
      3cbcf2de
  4. 20 Sep, 2024 2 commits
  5. 19 Sep, 2024 4 commits
  6. 18 Sep, 2024 9 commits
  7. 13 Sep, 2024 2 commits
  8. 12 Sep, 2024 19 commits