You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: depth-estimation/src/ar_portrait_depth/README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -62,12 +62,6 @@ Pass in `depthEstimation.SupportedModels.ARPortraitDepth` from the
62
62
63
63
`estimatorConfig` is an object that defines ARPortraitDepth specific configurations for `ARPortraitDepthModelConfig`:
64
64
65
-
**minDepth*: The minimum depth value for the model to map to 0. Any smaller
66
-
depth values will also get mapped to 0.
67
-
68
-
**maxDepth*: The maximum depth value for the model to map to 1. Any larger
69
-
depth values will also get mapped to 1.
70
-
71
65
**segmentationModelUrl*: An optional string that specifies custom url of
72
66
the segmenter model. This is useful for area/countries that don't have access to the model hosted on tf.hub. It also accepts `io.IOHandler` which can be used with
0 commit comments