diff options
author | Michael Welter <michael@welter-4d.de> | 2023-10-01 14:39:10 +0200 |
---|---|---|
committer | Michael Welter <michael@welter-4d.de> | 2023-10-01 14:39:10 +0200 |
commit | 8b0d87ff815b7ac6370e6123b6344c2a9a12fd22 (patch) | |
tree | 086bf902098b6a9924d9b2dce56fcd81ba95901b /tracker-neuralnet/lang/ru_RU.ts | |
parent | 82a3679fb18efafbfc3ba7a434987f99a3fbf086 (diff) |
tracker/nn: Add button to choose pose net file
Diffstat (limited to 'tracker-neuralnet/lang/ru_RU.ts')
-rw-r--r-- | tracker-neuralnet/lang/ru_RU.ts | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tracker-neuralnet/lang/ru_RU.ts b/tracker-neuralnet/lang/ru_RU.ts index b191e769..c32d4fa7 100644 --- a/tracker-neuralnet/lang/ru_RU.ts +++ b/tracker-neuralnet/lang/ru_RU.ts @@ -113,6 +113,18 @@ Don't roll or change position.</source> <source>Zoom factor for the face region. Applied before the patch is fed into the pose estimation model. There is a sweet spot near 1.</source> <translation>Фактор масштабирования области лица. Применяется перед передачей кадра в модель определения позиции. Наилучшие результаты близки к 1</translation> </message> + <message> + <source>Select Pose Net ONNX</source> + <translation type="unfinished"></translation> + </message> + <message> + <source><the pose net file></source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Select the pose network. Changes take affect on the next tracker start</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>neuralnet_tracker_ns::NeuralNetDialog</name> @@ -150,5 +162,13 @@ Don't roll or change position.</source> <source>Start calibration</source> <translation>Начать калибровку</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> |