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: aindlq/clip.cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: monatis/clip.cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 3 files changed
  • 5 contributors

Commits on Jun 10, 2025

  1. fix: set image mean, std correctly (monatis#111)

    Co-authored-by: leeryulgyu <[email protected]>
    Yul963 and leeryulgyu authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    c7ac1eb View commit details
    Browse the repository at this point in the history
  2. new: Bicubic interpolation + center crop as per the original preproce…

    …ssing steps (monatis#112)
    
    * setting image mean, std fix
    
    * Implement bicubic resampling
    
    ---------
    
    Co-authored-by: leeryulgyu <[email protected]>
    Yul963 and leeryulgyu authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    8d01fdf View commit details
    Browse the repository at this point in the history
  3. fix: add bicubic_filter (monatis#113)

    * setting image mean, std fix
    
    * Implement bicubic resampling
    
    * add bicubic_filter
    
    ---------
    
    Co-authored-by: leeryulgyu <[email protected]>
    Yul963 and leeryulgyu authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    09b7f0d View commit details
    Browse the repository at this point in the history
  4. Update README.md

    monatis authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    6f70f55 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. fix: Update fn name in Python binding (monatis#114)

    Updated python bindings to match naming in clip.cpp, for continued support for arm builds using binding
    therealRogueWarlock authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    a9e67bb View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2025

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