From 7e582247ab0942398225b3e190d9fadafcf19950 Mon Sep 17 00:00:00 2001 From: Michael Welter Date: Sat, 13 Mar 2021 11:27:03 +0100 Subject: Add a face alignment based tracker Powered by AI! Models were generated with code from https://github.com/DaWelter/neuralnet-tracker-traincode/releases/tag/v0.1 --- tracker-neuralnet/lang/stub.ts | 91 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 tracker-neuralnet/lang/stub.ts (limited to 'tracker-neuralnet/lang/stub.ts') diff --git a/tracker-neuralnet/lang/stub.ts b/tracker-neuralnet/lang/stub.ts new file mode 100644 index 00000000..52b8aded --- /dev/null +++ b/tracker-neuralnet/lang/stub.ts @@ -0,0 +1,91 @@ + + + + + Form + + Tracker settings + + + + Diagonal FOV + + + + Camera settings + + + + Frames per second + + + + Camera name + + + + Camera Configuration + + + + Head Center Offset + + + + mm + + + + Use only yaw and pitch while calibrating. +Don't roll or change position. + + + + Start calibration + + + + Right + + + + Forward + + + + Up + + + + Show Network Input + + + + + neuralnet_tracker_ns::neuralnet_dialog + + Default + + + + %1 yaw samples. Yaw more to %2 samples for stable calibration. + + + + %1 pitch samples. Pitch more to %2 samples for stable calibration. + + + + %1 samples. Over %2, good! + + + + Stop calibration + + + + Start calibration + + + + -- cgit v1.2.3