diff options
Diffstat (limited to 'tracker-neuralnet/lang/stub.ts')
-rw-r--r-- | tracker-neuralnet/lang/stub.ts | 34 |
1 files changed, 21 insertions, 13 deletions
diff --git a/tracker-neuralnet/lang/stub.ts b/tracker-neuralnet/lang/stub.ts index 5936d630..df883d3f 100644 --- a/tracker-neuralnet/lang/stub.ts +++ b/tracker-neuralnet/lang/stub.ts @@ -12,6 +12,10 @@ <translation type="unfinished"></translation> </message> <message> + <source>Camera Configuration</source> + <translation type="unfinished"></translation> + </message> + <message> <source>Head Center Offset</source> <translation type="unfinished"></translation> </message> @@ -41,11 +45,7 @@ Don't roll or change position.</source> <translation type="unfinished"></translation> </message> <message> - <source>Exposure preset</source> - <translation type="unfinished"></translation> - </message> - <message> - <source>Camera Configuration</source> + <source>Show Network Input</source> <translation type="unfinished"></translation> </message> <message> @@ -53,10 +53,6 @@ Don't roll or change position.</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>ROI Smoothing Alpha</source> <translation type="unfinished"></translation> </message> @@ -65,19 +61,19 @@ Don't roll or change position.</source> <translation type="unfinished"></translation> </message> <message> - <source>Show the image patch that the pose estimation model sees.</source> + <source>Thread Count</source> <translation type="unfinished"></translation> </message> <message> - <source>Show Network Input</source> + <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>Amount of smoothing of the face region coordinates. Can help stabilize the pose.</source> + <source>Show the image patch that the pose estimation model sees.</source> <translation type="unfinished"></translation> </message> <message> - <source>Thread Count</source> + <source>Amount of smoothing of the face region coordinates. Can help stabilize the pose.</source> <translation type="unfinished"></translation> </message> <message> @@ -88,6 +84,10 @@ Don't roll or change position.</source> <source>Camera override</source> <translation type="unfinished"></translation> </message> + <message> + <source>Exposure preset</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>neuralnet_tracker_ns::NeuralNetDialog</name> @@ -123,5 +123,13 @@ Don't roll or change position.</source> <source>Start calibration</source> <translation type="unfinished"></translation> </message> + <message> + <source>Select Pose Net ONNX</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>ONNX Files (*.onnx)</source> + <translation type="unfinished"></translation> + </message> </context> </TS> |