-
Notifications
You must be signed in to change notification settings - Fork 213
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(sdk): allow custom factors via parseBoxToScreenCoords
api
#162
Conversation
There may be factors scattered in various places, I suggest passing
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #162 +/- ##
==========================================
+ Coverage 24.75% 24.93% +0.18%
==========================================
Files 69 67 -2
Lines 1515 1516 +1
Branches 237 238 +1
==========================================
+ Hits 375 378 +3
+ Misses 1096 1094 -2
Partials 44 44 ☔ View full report in Codecov by Sentry. |
Summary
While SDK support custom factors in the input stage via custom Model:
The action processing stage(
Operator
) should also support customThis pull request# Summary
While SDK support custom factors in the input stage via custom Model:
The action processing stage(
Operator
) should also support customThis pull request also refactor the factors related code.