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: homuler/MediaPipeUnityPlugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.16.0
Choose a base ref
...
head repository: homuler/MediaPipeUnityPlugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.16.1
Choose a head ref
  • 5 commits
  • 42 files changed
  • 3 contributors

Commits on Feb 18, 2025

  1. fix: Destroy textures to fix memory leak (#1337)

    * Add UnityEngine.Object.Destroy(_texture) to fix memory leak
    
    * Add Stop() function to release textures
    
    Co-authored-by: Junrou Nishida <[email protected]>
    
    ---------
    
    Co-authored-by: Junrou Nishida <[email protected]>
    ishigurobot and homuler authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    ef8d2c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

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

Commits on Mar 21, 2025

  1. feat: implement GestureRecognizer (#1352)

    * feat: build proto files for GestureRecognizer
    
    * build: import gesture_recognizer.task
    
    * feat: implement ClassifierOptions
    
    * feat: implement GestureRecognizer
    
    * test: add tests for GestureRecognizer
    
    * doc: support Gesture Recognition
    homuler authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    606bac5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa61073 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2025

  1. chore(release): 0.16.1

    homuler committed Mar 23, 2025
    Configuration menu
    Copy the full SHA
    d816caa View commit details
    Browse the repository at this point in the history
Loading