1. 30 Jul, 2024 9 commits
  2. 29 Jul, 2024 6 commits
  3. 28 Jul, 2024 9 commits
  4. 26 Jul, 2024 6 commits
  5. 25 Jul, 2024 6 commits
  6. 24 Jul, 2024 4 commits
    • myhloli's avatar
      fix(config_reader): add utf-8 encoding when reading config file · d244a1c1
      myhloli authored
      Specify utf-8 encoding when opening the configuration file to ensure
      compatibility with files containing non-ASCII characters, avoiding potentialencoding errors.
      d244a1c1
    • myhloli's avatar
      Merge remote-tracking branch 'origin/master' · ca737d5c
      myhloli authored
      ca737d5c
    • myhloli's avatar
      fix(readme): update wheel install guide for detectron2 · f8599d2b
      myhloli authored
      Update the installation guide in README_zh-CN.md to clarify that the pre-compiled
      whl packages are only compatible with 64-bit systems running Python 3.10 on
      windows/linux/macOS. Add a note warning that the packages are not compatible with
      32-bit systems or non-mac ARM platforms, and suggest manual compilation for
      unsupported systems.
      f8599d2b
    • myhloli's avatar
      feat(readme): add instructions for config file setup and model weight path... · 3fc9943f
      myhloli authored
      feat(readme): add instructions for config file setup and model weight path configurationUpdate the README_zh-CN.md to include detailed steps for copying the
      configuration template to the user directory and configuring the 'models-dir'
      to point to the downloaded model weight files. This ensures users have a clear
      guideline on setting up the configuration file correctly, preventing program
      failures due to missing model files.
      3fc9943f