Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: obss/sahi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.11.33
Choose a base ref
...
head repository: obss/sahi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.11.34
Choose a head ref
  • 18 commits
  • 16 files changed
  • 6 contributors

Commits on Aug 21, 2025

  1. Fix: if sahi is imported inside a subprocess where only a single GPU …

    …can be seen (in a multi-GPU setup) the additional verification that cuda index is lowe than total CUDA devices may prevent it from loading the model on the correct device
    malopez00 committed Aug 21, 2025
    Configuration menu
    Copy the full SHA
    ca11a59 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. Configuration menu
    Copy the full SHA
    d78424f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e7cfbe View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1236 from obss/docs/readme-mkdocs-badge

    docs: 📝 add mkdocs material badge for support
    onuralpszr authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    3b11334 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2025

  1. Merge pull request #1230 from malopez00/fix_multigpu_subprocess

    Fix: Models always loaded on "cuda:0" when working inside subprocesses on multi-GPU setups
    onuralpszr authored Aug 23, 2025
    Configuration menu
    Copy the full SHA
    a64fbe0 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

  1. 🐛 Update category remapping logic to work with immutable categories (#…

    …1234)
    
    Co-authored-by: fatih akyon <34196005+fcakyon@users.noreply.github.com>
    gboeer and fcakyon authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    039833b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

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

Commits on Aug 30, 2025

  1. Configuration menu
    Copy the full SHA
    54bb5d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10a8792 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32528b6 View commit details
    Browse the repository at this point in the history
  4. refactor: ♻ Remove unused exif_transpose tests from TestCvUtils

    Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
    onuralpszr committed Aug 30, 2025
    Configuration menu
    Copy the full SHA
    80e053e View commit details
    Browse the repository at this point in the history
  5. ci: 👷 remove libgl installation in ci

    Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
    onuralpszr committed Aug 30, 2025
    Configuration menu
    Copy the full SHA
    356c545 View commit details
    Browse the repository at this point in the history
  6. refactor: ♻ Update CI workflow to remove unnecessary apt package cach…

    …ing and streamline sahi installation
    
    Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
    onuralpszr committed Aug 30, 2025
    Configuration menu
    Copy the full SHA
    e163ac2 View commit details
    Browse the repository at this point in the history
  7. fix: 🐞 correct parameter name for exif_transpose in read_image_as_pil…

    … function
    
    Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
    onuralpszr committed Aug 30, 2025
    Configuration menu
    Copy the full SHA
    dd6567a View commit details
    Browse the repository at this point in the history
  8. fix: 🐞 typo and type fixes

    Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
    onuralpszr committed Aug 30, 2025
    Configuration menu
    Copy the full SHA
    3bb2c45 View commit details
    Browse the repository at this point in the history
  9. feat: ✨ add exif_fix parameter to slice_image and slice_coco function…

    …s for EXIF data handling
    
    Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
    onuralpszr committed Aug 30, 2025
    Configuration menu
    Copy the full SHA
    c7045de View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1239 from obss/fcakyon-patch-1

    refactor: make exif rotation on image read by default and use PIL built-in ImageOps instead
    onuralpszr authored Aug 30, 2025
    Configuration menu
    Copy the full SHA
    e7109ee View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2025

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