"mmdet3d/testing/model_utils.py" did not exist on "bd73d3b9eb0d6164a127cf67eedfd1b90f7f1d48"
  1. 06 Jan, 2025 1 commit
    • myhloli's avatar
      build(docker): add Dockerfiles for global and Huawei NPU setups · ad099808
      myhloli authored
      - Add Dockerfile for global setup with Ubuntu base image
      - Add Dockerfile for Huawei NPU setup with Ascend base image
      - Update requirements file structure:  - Rename requirements-docker.txt to docker/china/requirements.txt - Add new requirements files for global and Huawei NPU setups
      - Install necessary packages and dependencies in both Dockerfiles- Set up virtual environment and install Python packages
      - Download models and configure magic-pdf for both setups
      ad099808
  2. 03 Jan, 2025 2 commits
  3. 02 Jan, 2025 1 commit
  4. 30 Dec, 2024 3 commits
  5. 27 Dec, 2024 1 commit
  6. 26 Dec, 2024 3 commits
    • myhloli's avatar
      refactor(device): optimize memory cleaning and device selection · 50f48417
      myhloli authored
      - Update clean_memory function to support both CUDA and NPU devices
      - Implement get_device function to centralize device selection logic
      - Modify model initialization and memory cleaning to use the selected device
      - Update RapidTableModel to support both RapidOCR and PaddleOCR engines
      50f48417
    • myhloli's avatar
      feat(model): add npu support and optimize table model · 7990e7df
      myhloli authored
      - Add NPU support for memory cleaning and model initialization
      - Optimize table model initialization and prediction process
      - Update memory utils to support NPU
      - Add language parameter for table model
      7990e7df
    • myhloli's avatar
      build(deps): upgrade unimernet to 0.2.3 · 96f8da2a
      myhloli authored
      - Update unimernet from 0.2.2 to 0.2.3 in requirements-docker.txt and setup.py
      - Remove torchtext/eva-decord dependency
      96f8da2a
  7. 25 Dec, 2024 2 commits
    • myhloli's avatar
      refactor(magic_pdf): remove unnecessary logging statements · 192047a1
      myhloli authored
      - Comment out logging statements for title list, title completion, and length comparison
      - Improve code readability and reduce clutter by removing unused debug information
      192047a1
    • myhloli's avatar
      feat(llm_aided): add title optimization feature · 0a468eca
      myhloli authored
      - Implement llm_aided_title function to optimize document titles using LLM
      - Update pdf_parse_union_core_v2.py to include title optimization
      - Modify ocr_mkcontent.py to use optimized title levels- Add openai SDK dependency in setup.py
      0a468eca
  8. 24 Dec, 2024 2 commits
  9. 20 Dec, 2024 5 commits
  10. 19 Dec, 2024 5 commits
  11. 18 Dec, 2024 11 commits
  12. 17 Dec, 2024 4 commits