diff options
| author | Michael Welter <michael@welter-4d.de> | 2022-05-18 06:36:25 +0200 | 
|---|---|---|
| committer | Michael Welter <michael@welter-4d.de> | 2022-05-19 20:47:11 +0200 | 
| commit | e1d17f2d413de5f548931eaf9dfed2155e830096 (patch) | |
| tree | 5d84d4aefc023b560485ff2a1d96d11e9c2d418b /tracker-neuralnet/lang | |
| parent | f788d94a9ea446c7b687b4a8f3d4cfae41a61296 (diff) | |
tracker/nn: Improve preview
* The preview image is now generated with the dimensions of the widget
* The pose visualization is added afterwards adjusted to the preview size
* The fps / inference time readout is moved to the settings dialog
* The actual obtained resolution from the camera is also shown
* Dialog layout is changed
Note: Switching to using underscore to mark class member vars.
      It's not consistently applied yet.
Diffstat (limited to 'tracker-neuralnet/lang')
| -rw-r--r-- | tracker-neuralnet/lang/nl_NL.ts | 8 | ||||
| -rw-r--r-- | tracker-neuralnet/lang/ru_RU.ts | 8 | ||||
| -rw-r--r-- | tracker-neuralnet/lang/stub.ts | 8 | ||||
| -rw-r--r-- | tracker-neuralnet/lang/zh_CN.ts | 8 | 
4 files changed, 32 insertions, 0 deletions
| diff --git a/tracker-neuralnet/lang/nl_NL.ts b/tracker-neuralnet/lang/nl_NL.ts index cb6d1da0..92ad65f1 100644 --- a/tracker-neuralnet/lang/nl_NL.ts +++ b/tracker-neuralnet/lang/nl_NL.ts @@ -139,5 +139,13 @@ Don't roll or change position.</source>          <source>Start calibration</source>          <translation type="unfinished"></translation>      </message> +    <message> +        <source>Tracker Offline</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>%1x%2 @ %3 FPS / Inference: %4 ms</source> +        <translation type="unfinished"></translation> +    </message>  </context>  </TS> diff --git a/tracker-neuralnet/lang/ru_RU.ts b/tracker-neuralnet/lang/ru_RU.ts index ed69e9a7..dfa7d042 100644 --- a/tracker-neuralnet/lang/ru_RU.ts +++ b/tracker-neuralnet/lang/ru_RU.ts @@ -139,5 +139,13 @@ Don't roll or change position.</source>          <source>Start calibration</source>          <translation type="unfinished"></translation>      </message> +    <message> +        <source>Tracker Offline</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>%1x%2 @ %3 FPS / Inference: %4 ms</source> +        <translation type="unfinished"></translation> +    </message>  </context>  </TS> diff --git a/tracker-neuralnet/lang/stub.ts b/tracker-neuralnet/lang/stub.ts index db45f47a..a74d272f 100644 --- a/tracker-neuralnet/lang/stub.ts +++ b/tracker-neuralnet/lang/stub.ts @@ -139,5 +139,13 @@ Don't roll or change position.</source>          <source>Start calibration</source>          <translation type="unfinished"></translation>      </message> +    <message> +        <source>Tracker Offline</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>%1x%2 @ %3 FPS / Inference: %4 ms</source> +        <translation type="unfinished"></translation> +    </message>  </context>  </TS> diff --git a/tracker-neuralnet/lang/zh_CN.ts b/tracker-neuralnet/lang/zh_CN.ts index d13219f0..9c936e5c 100644 --- a/tracker-neuralnet/lang/zh_CN.ts +++ b/tracker-neuralnet/lang/zh_CN.ts @@ -139,5 +139,13 @@ Don't roll or change position.</source>          <source>Start calibration</source>          <translation type="unfinished"></translation>      </message> +    <message> +        <source>Tracker Offline</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>%1x%2 @ %3 FPS / Inference: %4 ms</source> +        <translation type="unfinished"></translation> +    </message>  </context>  </TS> | 
