Skip to content

Commit

Permalink
feat(sample): Pose Segmentation Mask (#520)
Browse files Browse the repository at this point in the history
* feat(sample): Pose Segmentation Mask

* clear MaskAnnotation

* use UnmaskShader
  • Loading branch information
homuler committed Apr 8, 2022
1 parent a07f43d commit b25430d
Show file tree
Hide file tree
Showing 15 changed files with 1,472 additions and 69 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ protected override void OnStartRun()
}

SetupAnnotationController(_hairMaskAnnotationController, ImageSourceProvider.ImageSource);
_hairMaskAnnotationController.InitScreen();
_hairMaskAnnotationController.InitScreen(512, 512);
}

protected override void AddTextureFrameToInputStream(TextureFrame textureFrame)
Expand Down
Loading

0 comments on commit b25430d

Please sign in to comment.