From 8e0334858ea860d558cb78779d3edda9f9a9fb0f Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 20 Jan 2023 05:54:14 +0100 Subject: tracker/nn: remove hardcoded camera settings from ui --- tracker-neuralnet/lang/nl_NL.ts | 72 ----------------------------------------- tracker-neuralnet/lang/ru_RU.ts | 72 ----------------------------------------- tracker-neuralnet/lang/stub.ts | 72 ----------------------------------------- tracker-neuralnet/lang/zh_CN.ts | 72 ----------------------------------------- 4 files changed, 288 deletions(-) (limited to 'tracker-neuralnet/lang') diff --git a/tracker-neuralnet/lang/nl_NL.ts b/tracker-neuralnet/lang/nl_NL.ts index dbcd3c8c..25742b8f 100644 --- a/tracker-neuralnet/lang/nl_NL.ts +++ b/tracker-neuralnet/lang/nl_NL.ts @@ -7,26 +7,10 @@ Tracker settings Tracker-instellingen - - Frames per second - Frames per seconde - - - Camera name - Cameranaam - - - Diagonal FOV - Diagonale FOV - Camera settings Camera-instellingen - - Camera Configuration - - Head Center Offset @@ -56,62 +40,6 @@ Don't roll or change position. Up - - Show Network Input - - - - MJPEG - - - - Tuning / Debug - - - - ROI Smoothing Alpha - - - - ROI Zoom - - - - 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::NeuralNetDialog diff --git a/tracker-neuralnet/lang/ru_RU.ts b/tracker-neuralnet/lang/ru_RU.ts index a80c7e3d..5b311a19 100644 --- a/tracker-neuralnet/lang/ru_RU.ts +++ b/tracker-neuralnet/lang/ru_RU.ts @@ -7,26 +7,10 @@ Tracker settings - - Diagonal FOV - - Camera settings - - Frames per second - - - - Camera name - - - - Camera Configuration - - Head Center Offset @@ -56,62 +40,6 @@ Don't roll or change position. Up - - Show Network Input - - - - MJPEG - - - - Tuning / Debug - - - - ROI Smoothing Alpha - - - - ROI Zoom - - - - 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::NeuralNetDialog diff --git a/tracker-neuralnet/lang/stub.ts b/tracker-neuralnet/lang/stub.ts index 4cde86a9..62ce527b 100644 --- a/tracker-neuralnet/lang/stub.ts +++ b/tracker-neuralnet/lang/stub.ts @@ -7,26 +7,10 @@ Tracker settings - - Diagonal FOV - - Camera settings - - Frames per second - - - - Camera name - - - - Camera Configuration - - Head Center Offset @@ -56,62 +40,6 @@ Don't roll or change position. Up - - Show Network Input - - - - MJPEG - - - - Tuning / Debug - - - - ROI Smoothing Alpha - - - - ROI Zoom - - - - 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::NeuralNetDialog diff --git a/tracker-neuralnet/lang/zh_CN.ts b/tracker-neuralnet/lang/zh_CN.ts index c3a91211..39a6c0e2 100644 --- a/tracker-neuralnet/lang/zh_CN.ts +++ b/tracker-neuralnet/lang/zh_CN.ts @@ -7,26 +7,10 @@ Tracker settings - - Diagonal FOV - - - - Camera name - - - - Frames per second - - Camera settings - - Camera Configuration - - Head Center Offset @@ -56,62 +40,6 @@ Don't roll or change position. Up - - Show Network Input - - - - MJPEG - - - - Tuning / Debug - - - - ROI Smoothing Alpha - - - - ROI Zoom - - - - 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::NeuralNetDialog -- cgit v1.2.3