Integrate gaze model to estimate gaze vector patch/mpiifacegaze_resnetsimple14
authorTae-Young Chung <ty83.chung@samsung.com>
Mon, 7 Oct 2024 08:25:33 +0000 (17:25 +0900)
committerTae-Young Chung <ty83.chung@samsung.com>
Mon, 7 Oct 2024 08:25:33 +0000 (17:25 +0900)
commit244a1b08563129c912975a8820c81f6b01dd5700
treee701aae5fad13775c22b70c42ae664c81dace833
parent2b9353b7b174b18fe816f1c45dda79a279e4cf4b
Integrate gaze model to estimate gaze vector

Change-Id: I5a7fc6da1031ff875b0efd38e7ebb3dedd442265
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
21 files changed:
common/include/SingleoCommonTypes.h
inference/backends/mediavision/CMakeLists.txt
inference/backends/mediavision/include/MvGazeEstimation.h [new file with mode: 0644]
inference/backends/mediavision/include/MvInferenceTaskFactory.h
inference/backends/mediavision/src/MvFaceLandmark.cpp
inference/backends/mediavision/src/MvGazeEstimation.cpp [new file with mode: 0644]
inference/backends/mediavision/src/MvInferenceTaskFactory.cpp
inference/include/IInferenceTaskFactory.h
services/focus_finder/include/FaceShapeModelManager.h
services/focus_finder/include/FocusFinder.h
services/focus_finder/include/FocusFinderDataTypes.h
services/focus_finder/include/FocusFinderResult.h
services/focus_finder/include/GazeEstimator.h
services/focus_finder/include/HeadPoseEstimator.h
services/focus_finder/res/camera_param_dummy.yaml
services/focus_finder/src/FaceShapeModelManager.cpp
services/focus_finder/src/FocusFinder.cpp
services/focus_finder/src/FocusMapper.cpp
services/focus_finder/src/GazeEstimator.cpp
services/focus_finder/src/HeadPoseEstimator.cpp
test/services/test_focusfinder.cpp