From e3de47abc3eba2d1cebc94943a203623c6545f3f Mon Sep 17 00:00:00 2001 From: Michael Welter Date: Wed, 18 May 2022 22:15:02 +0200 Subject: tracker/nn: Use postfix underscore to indicate class member variables --- tracker-neuralnet/lang/nl_NL.ts | 16 ++++++++-------- tracker-neuralnet/lang/ru_RU.ts | 16 ++++++++-------- tracker-neuralnet/lang/stub.ts | 16 ++++++++-------- tracker-neuralnet/lang/zh_CN.ts | 16 ++++++++-------- 4 files changed, 32 insertions(+), 32 deletions(-) (limited to 'tracker-neuralnet/lang') diff --git a/tracker-neuralnet/lang/nl_NL.ts b/tracker-neuralnet/lang/nl_NL.ts index 92ad65f1c..dbcd3c8c4 100644 --- a/tracker-neuralnet/lang/nl_NL.ts +++ b/tracker-neuralnet/lang/nl_NL.ts @@ -114,37 +114,37 @@ Don't roll or change position. - neuralnet_tracker_ns::neuralnet_dialog + neuralnet_tracker_ns::NeuralNetDialog Default Standaard - %1 yaw samples. Yaw more to %2 samples for stable calibration. + Tracker Offline - %1 pitch samples. Pitch more to %2 samples for stable calibration. + %1x%2 @ %3 FPS / Inference: %4 ms - %1 samples. Over %2, good! + %1 yaw samples. Yaw more to %2 samples for stable calibration. - Stop calibration + %1 pitch samples. Pitch more to %2 samples for stable calibration. - Start calibration + %1 samples. Over %2, good! - Tracker Offline + Stop calibration - %1x%2 @ %3 FPS / Inference: %4 ms + Start calibration diff --git a/tracker-neuralnet/lang/ru_RU.ts b/tracker-neuralnet/lang/ru_RU.ts index dfa7d0423..a80c7e3d9 100644 --- a/tracker-neuralnet/lang/ru_RU.ts +++ b/tracker-neuralnet/lang/ru_RU.ts @@ -114,37 +114,37 @@ Don't roll or change position. - neuralnet_tracker_ns::neuralnet_dialog + neuralnet_tracker_ns::NeuralNetDialog Default - %1 yaw samples. Yaw more to %2 samples for stable calibration. + Tracker Offline - %1 pitch samples. Pitch more to %2 samples for stable calibration. + %1x%2 @ %3 FPS / Inference: %4 ms - %1 samples. Over %2, good! + %1 yaw samples. Yaw more to %2 samples for stable calibration. - Stop calibration + %1 pitch samples. Pitch more to %2 samples for stable calibration. - Start calibration + %1 samples. Over %2, good! - Tracker Offline + Stop calibration - %1x%2 @ %3 FPS / Inference: %4 ms + Start calibration diff --git a/tracker-neuralnet/lang/stub.ts b/tracker-neuralnet/lang/stub.ts index a74d272f7..4cde86a98 100644 --- a/tracker-neuralnet/lang/stub.ts +++ b/tracker-neuralnet/lang/stub.ts @@ -114,37 +114,37 @@ Don't roll or change position. - neuralnet_tracker_ns::neuralnet_dialog + neuralnet_tracker_ns::NeuralNetDialog Default - %1 yaw samples. Yaw more to %2 samples for stable calibration. + Tracker Offline - %1 pitch samples. Pitch more to %2 samples for stable calibration. + %1x%2 @ %3 FPS / Inference: %4 ms - %1 samples. Over %2, good! + %1 yaw samples. Yaw more to %2 samples for stable calibration. - Stop calibration + %1 pitch samples. Pitch more to %2 samples for stable calibration. - Start calibration + %1 samples. Over %2, good! - Tracker Offline + Stop calibration - %1x%2 @ %3 FPS / Inference: %4 ms + Start calibration diff --git a/tracker-neuralnet/lang/zh_CN.ts b/tracker-neuralnet/lang/zh_CN.ts index 9c936e5ca..c3a912114 100644 --- a/tracker-neuralnet/lang/zh_CN.ts +++ b/tracker-neuralnet/lang/zh_CN.ts @@ -114,37 +114,37 @@ Don't roll or change position. - neuralnet_tracker_ns::neuralnet_dialog + neuralnet_tracker_ns::NeuralNetDialog Default - %1 yaw samples. Yaw more to %2 samples for stable calibration. + Tracker Offline - %1 pitch samples. Pitch more to %2 samples for stable calibration. + %1x%2 @ %3 FPS / Inference: %4 ms - %1 samples. Over %2, good! + %1 yaw samples. Yaw more to %2 samples for stable calibration. - Stop calibration + %1 pitch samples. Pitch more to %2 samples for stable calibration. - Start calibration + %1 samples. Over %2, good! - Tracker Offline + Stop calibration - %1x%2 @ %3 FPS / Inference: %4 ms + Start calibration -- cgit v1.2.3