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/zh_CN.ts | |
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/zh_CN.ts')
-rw-r--r-- | tracker-neuralnet/lang/zh_CN.ts | 8 |
1 files changed, 8 insertions, 0 deletions
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> |