diff options
| author | Michael Welter <michael@welter-4d.de> | 2022-05-17 07:50:55 +0200 | 
|---|---|---|
| committer | Michael Welter <michael@welter-4d.de> | 2022-05-19 20:47:11 +0200 | 
| commit | f788d94a9ea446c7b687b4a8f3d4cfae41a61296 (patch) | |
| tree | 7be48dd4e36cb8ece4f165defa425f16f8f08e38 /tracker-neuralnet/lang/stub.ts | |
| parent | 4d6e80a6c585f6929f6bf4bf319932732160ce84 (diff) | |
tracker/nn: Add resolution setting and tooltips
Tooltips only for half of the settings or so. When hovering over the
actual input boxes.
Diffstat (limited to 'tracker-neuralnet/lang/stub.ts')
| -rw-r--r-- | tracker-neuralnet/lang/stub.ts | 32 | 
1 files changed, 32 insertions, 0 deletions
diff --git a/tracker-neuralnet/lang/stub.ts b/tracker-neuralnet/lang/stub.ts index 80103fde..db45f47a 100644 --- a/tracker-neuralnet/lang/stub.ts +++ b/tracker-neuralnet/lang/stub.ts @@ -80,6 +80,38 @@ Don't roll or change position.</source>          <source>Thread Count</source>          <translation type="unfinished"></translation>      </message> +    <message> +        <source>Resolution</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>Field of view. Needed to transform the pose to world coordinates.</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>Requested video frame rate. Actual setting may not be supported by the camera.</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>The requested resolution for cases where the camera delivers maximum frame rate only for a particular resolution. The image may still be downscaled to the internal resolution.</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>Number of threads. Can be used to balance the CPU load between the game and the tracker.</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>Show the image patch that the pose estimation model sees.</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>Amount of smoothing of the face region coordinates. Can help stabilize the pose.</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>Zoom factor for the face region. Applied before the patch is fed into the pose estimation model. There is a sweet spot near 1.</source> +        <translation type="unfinished"></translation> +    </message>  </context>  <context>      <name>neuralnet_tracker_ns::neuralnet_dialog</name>  | 
