Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(sample): implement MIN_(DETECTION|TRACKING)_CONFIDENCE #483

Merged
merged 8 commits into from
Mar 9, 2022

Conversation

homuler
Copy link
Owner

@homuler homuler commented Mar 9, 2022

related to #295

  • Port TensorsToDetectionsCalculatorOptions and ThresholdingCalculatorOptions
  • Change TensorsToDetectionsCalculatorOptions#MinScoreThresh and ThresholdingCalculatorOptions#Threshold at runtime

To upgrade the installed plugin, you need to remove old scripts first and then build them again.

rm -rf build # or `python build.py clean`
python build.py uninstall
python build.py build ... # build native plugins and scripts again

Notes

  1. Mediapipe.Color class is now included, which can conflict with UnityEngine.Color.
  2. Currently, Google.Protobuf.dll needs to be compiled manually because the latest version still has a bug (cf. Support MIN_DETECTION_CONFIDENCE and MIN_TRACKING_CONFIDENCE #295 (comment)).

@homuler homuler self-assigned this Mar 9, 2022
@homuler homuler merged commit 13c2a38 into master Mar 9, 2022
@homuler homuler deleted the feat/dynamic-confidence-params branch March 10, 2022 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant