From f788d94a9ea446c7b687b4a8f3d4cfae41a61296 Mon Sep 17 00:00:00 2001 From: Michael Welter Date: Tue, 17 May 2022 07:50:55 +0200 Subject: tracker/nn: Add resolution setting and tooltips Tooltips only for half of the settings or so. When hovering over the actual input boxes. --- tracker-neuralnet/lang/nl_NL.ts | 32 ++++++++++++++++++++++++++++++++ tracker-neuralnet/lang/ru_RU.ts | 32 ++++++++++++++++++++++++++++++++ tracker-neuralnet/lang/stub.ts | 32 ++++++++++++++++++++++++++++++++ tracker-neuralnet/lang/zh_CN.ts | 32 ++++++++++++++++++++++++++++++++ 4 files changed, 128 insertions(+) (limited to 'tracker-neuralnet/lang') diff --git a/tracker-neuralnet/lang/nl_NL.ts b/tracker-neuralnet/lang/nl_NL.ts index 95da8f4c..cb6d1da0 100644 --- a/tracker-neuralnet/lang/nl_NL.ts +++ b/tracker-neuralnet/lang/nl_NL.ts @@ -80,6 +80,38 @@ Don't roll or change position. Thread Count + + Resolution + + + + Field of view. Needed to transform the pose to world coordinates. + + + + Requested video frame rate. Actual setting may not be supported by the camera. + + + + 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. + + + + Number of threads. Can be used to balance the CPU load between the game and the tracker. + + + + Show the image patch that the pose estimation model sees. + + + + Amount of smoothing of the face region coordinates. Can help stabilize the pose. + + + + Zoom factor for the face region. Applied before the patch is fed into the pose estimation model. There is a sweet spot near 1. + + neuralnet_tracker_ns::neuralnet_dialog diff --git a/tracker-neuralnet/lang/ru_RU.ts b/tracker-neuralnet/lang/ru_RU.ts index a8252299..ed69e9a7 100644 --- a/tracker-neuralnet/lang/ru_RU.ts +++ b/tracker-neuralnet/lang/ru_RU.ts @@ -80,6 +80,38 @@ Don't roll or change position. Thread Count + + Resolution + + + + Field of view. Needed to transform the pose to world coordinates. + + + + Requested video frame rate. Actual setting may not be supported by the camera. + + + + 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. + + + + Number of threads. Can be used to balance the CPU load between the game and the tracker. + + + + Show the image patch that the pose estimation model sees. + + + + Amount of smoothing of the face region coordinates. Can help stabilize the pose. + + + + Zoom factor for the face region. Applied before the patch is fed into the pose estimation model. There is a sweet spot near 1. + + neuralnet_tracker_ns::neuralnet_dialog 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. Thread Count + + Resolution + + + + Field of view. Needed to transform the pose to world coordinates. + + + + Requested video frame rate. Actual setting may not be supported by the camera. + + + + 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. + + + + Number of threads. Can be used to balance the CPU load between the game and the tracker. + + + + Show the image patch that the pose estimation model sees. + + + + Amount of smoothing of the face region coordinates. Can help stabilize the pose. + + + + Zoom factor for the face region. Applied before the patch is fed into the pose estimation model. There is a sweet spot near 1. + + neuralnet_tracker_ns::neuralnet_dialog diff --git a/tracker-neuralnet/lang/zh_CN.ts b/tracker-neuralnet/lang/zh_CN.ts index f55c12fc..d13219f0 100644 --- a/tracker-neuralnet/lang/zh_CN.ts +++ b/tracker-neuralnet/lang/zh_CN.ts @@ -80,6 +80,38 @@ Don't roll or change position. Thread Count + + Resolution + + + + Field of view. Needed to transform the pose to world coordinates. + + + + Requested video frame rate. Actual setting may not be supported by the camera. + + + + 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. + + + + Number of threads. Can be used to balance the CPU load between the game and the tracker. + + + + Show the image patch that the pose estimation model sees. + + + + Amount of smoothing of the face region coordinates. Can help stabilize the pose. + + + + Zoom factor for the face region. Applied before the patch is fed into the pose estimation model. There is a sweet spot near 1. + + neuralnet_tracker_ns::neuralnet_dialog -- cgit v1.2.3