-
Notifications
You must be signed in to change notification settings - Fork 20
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
[PR] Add some control UI components for parameters of post-process #50
Conversation
…ontroller and LiveImageViewController
self.accelerator = accelerator | ||
#endif |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this line, #49 will be solved.
…illImageHeatmapViewController
} | ||
|
||
@IBAction func didChangeDimension(_ sender: UISegmentedControl) { | ||
// NOT SUPPORT YET |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if It will be implemented, It is better using todo
comment. It is easy to track the unimplemented codes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[PR] Support to export overlay view
Cautions
PR Points
PreprocessOptions
andPostprocessOptions
forPoseEstimator
protocolPreprocessOptions
contains the preprocess option likecropArea
PostprocessOptions
contains the postprocess options likepartIndex
,partThreshold
andhumanType
UISegmentedControl
)UISegmentedControl
) - Will support soonUISlider
)UIStepper
)UIStepper
) - Will support soonInt
,Float
,Float?
extensions toNumeric.swift
Storyboard