From 8b0d87ff815b7ac6370e6123b6344c2a9a12fd22 Mon Sep 17 00:00:00 2001 From: Michael Welter Date: Sun, 1 Oct 2023 14:39:10 +0200 Subject: tracker/nn: Add button to choose pose net file --- tracker-neuralnet/lang/nl_NL.ts | 20 ++++++++++++++ tracker-neuralnet/lang/ru_RU.ts | 20 ++++++++++++++ tracker-neuralnet/lang/stub.ts | 20 ++++++++++++++ tracker-neuralnet/lang/zh_CN.ts | 61 +++++++++++++++++++++++++++-------------- 4 files changed, 100 insertions(+), 21 deletions(-) (limited to 'tracker-neuralnet/lang') diff --git a/tracker-neuralnet/lang/nl_NL.ts b/tracker-neuralnet/lang/nl_NL.ts index dbcd3c8c..27da4f5a 100644 --- a/tracker-neuralnet/lang/nl_NL.ts +++ b/tracker-neuralnet/lang/nl_NL.ts @@ -112,6 +112,18 @@ Don't roll or change position. Zoom factor for the face region. Applied before the patch is fed into the pose estimation model. There is a sweet spot near 1. + + Select Pose Net ONNX + + + + <the pose net file> + + + + Select the pose network. Changes take affect on the next tracker start + + neuralnet_tracker_ns::NeuralNetDialog @@ -147,5 +159,13 @@ Don't roll or change position. Start calibration + + Select Pose Net ONNX + + + + ONNX Files (*.onnx) + + 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. Zoom factor for the face region. Applied before the patch is fed into the pose estimation model. There is a sweet spot near 1. Фактор масштабирования области лица. Применяется перед передачей кадра в модель определения позиции. Наилучшие результаты близки к 1 + + Select Pose Net ONNX + + + + <the pose net file> + + + + Select the pose network. Changes take affect on the next tracker start + + neuralnet_tracker_ns::NeuralNetDialog @@ -150,5 +162,13 @@ Don't roll or change position. Start calibration Начать калибровку + + Select Pose Net ONNX + + + + ONNX Files (*.onnx) + + diff --git a/tracker-neuralnet/lang/stub.ts b/tracker-neuralnet/lang/stub.ts index 4cde86a9..9609f05e 100644 --- a/tracker-neuralnet/lang/stub.ts +++ b/tracker-neuralnet/lang/stub.ts @@ -112,6 +112,18 @@ Don't roll or change position. Zoom factor for the face region. Applied before the patch is fed into the pose estimation model. There is a sweet spot near 1. + + Select Pose Net ONNX + + + + <the pose net file> + + + + Select the pose network. Changes take affect on the next tracker start + + neuralnet_tracker_ns::NeuralNetDialog @@ -147,5 +159,13 @@ Don't roll or change position. Start calibration + + Select Pose Net ONNX + + + + ONNX Files (*.onnx) + + diff --git a/tracker-neuralnet/lang/zh_CN.ts b/tracker-neuralnet/lang/zh_CN.ts index cf12f304..53da04ae 100644 --- a/tracker-neuralnet/lang/zh_CN.ts +++ b/tracker-neuralnet/lang/zh_CN.ts @@ -1,36 +1,35 @@ - - + Form Tracker settings - 追踪器设置 + 追踪器设置 Diagonal FOV - 对角FOV + 对角FOV Camera name - 相机名 + 相机名 Frames per second - FPS + FPS Camera settings - 相机设置 + 相机设置 Camera Configuration - 相机配置 + 相机配置 Head Center Offset - 头部归中补偿 + 头部归中补偿 mm @@ -39,28 +38,28 @@ Use only yaw and pitch while calibrating. Don't roll or change position. - 在校准时只使用偏航和俯仰, + 在校准时只使用偏航和俯仰, 不要滚转或是改变位置. Start calibration - 开始校准 + 开始校准 Right - 向右 + 向右 Forward - 向前 + 向前 Up - 向上 + 向上 Show Network Input - 展示神经网络输入 + 展示神经网络输入 MJPEG @@ -114,20 +113,32 @@ Don't roll or change position. Zoom factor for the face region. Applied before the patch is fed into the pose estimation model. There is a sweet spot near 1. - + + Select the pose network. Changes take affect on the next tracker start + + + + Select Pose Net ONNX + + + + <the pose net file> + + + neuralnet_tracker_ns::NeuralNetDialog Default - 默认 + 默认 Tracker Offline - 追踪器离线 + 追踪器离线 %1x%2 @ %3 FPS / Inference: %4 ms - %1x%2 @ %3 FPS / 推理: %4 ms + %1x%2 @ %3 FPS / 推理: %4 ms %1 yaw samples. Yaw more to %2 samples for stable calibration. @@ -143,11 +154,19 @@ Don't roll or change position. Stop calibration - 结束校准 + 结束校准 Start calibration - 开始校准 + 开始校准 + + + Select Pose Net ONNX + + + + ONNX Files (*.onnx) + -- cgit v1.2.3