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

Tf stage #71

Merged
merged 4 commits into from
Sep 2, 2021
Merged

Tf stage #71

merged 4 commits into from
Sep 2, 2021

Commits on Sep 2, 2021

  1. post-processing: Create a TfStage base class, for use by TFLite-based…

    … stages
    
    The TfStage class provides a certain amount of TFLite boilerplate, and
    handles various tasks like fetching the streams, cropping the image to
    the right size, and so on. It also calls the interpreter
    asynchronously and provides an API for derived classes to implement to
    interpret and use the results.
    
    Signed-off-by: David Plowman <[email protected]>
    davidplowman committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    1073708 View commit details
    Browse the repository at this point in the history
  2. post-processing: refactor ObjectClassifyTfStage to use TfStage base c…

    …lass
    
    Mostly the effect is just to remove code which is now provided in the
    TfStage base class.
    
    Signed-off-by: David Plowman <[email protected]>
    davidplowman committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    561d308 View commit details
    Browse the repository at this point in the history
  3. post-processing: Refactor PoseEstimationTfStage to use TfStage base c…

    …lass
    
    Mostly this just involves the removal of code that is now in the base class.
    
    Signed-off-by: David Plowman <[email protected]>
    davidplowman committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    374f9a6 View commit details
    Browse the repository at this point in the history
  4. post-processing: Rename pose_estimation_tf_stage.json to pose_estimat…

    …ion_tf.json
    
    This is the name it should have to match everything else.
    
    Signed-off-by: David Plowman <[email protected]>
    davidplowman committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    fe190e1 View commit details
    Browse the repository at this point in the history