Skip to content

Commit

Permalink
fix(sample): smooth_landmarks option is not working (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler authored Feb 21, 2022
1 parent 75a736a commit c90861c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Assets/Mediapipe/Samples/Scenes/Holistic/holistic_cpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ node {
calculator: "HolisticLandmarkCpu"
input_stream: "IMAGE:transformed_input_video"
input_side_packet: "MODEL_COMPLEXITY:model_complexity"
input_side_packet: "SMOOTH_LANDMARKS:smooth_landmarks"
input_side_packet: "REFINE_FACE_LANDMARKS:refine_face_landmarks"
output_stream: "POSE_LANDMARKS:pose_landmarks"
output_stream: "WORLD_LANDMARKS:pose_world_landmarks"
Expand Down
1 change: 1 addition & 0 deletions Assets/Mediapipe/Samples/Scenes/Holistic/holistic_gpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ node {
calculator: "HolisticLandmarkGpu"
input_stream: "IMAGE:transformed_input_video"
input_side_packet: "MODEL_COMPLEXITY:model_complexity"
input_side_packet: "SMOOTH_LANDMARKS:smooth_landmarks"
input_side_packet: "REFINE_FACE_LANDMARKS:refine_face_landmarks"
output_stream: "POSE_LANDMARKS:pose_landmarks"
output_stream: "WORLD_LANDMARKS:pose_world_landmarks"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ node {
calculator: "HolisticLandmarkGpu"
input_stream: "IMAGE:transformed_input_video"
input_side_packet: "MODEL_COMPLEXITY:model_complexity"
input_side_packet: "SMOOTH_LANDMARKS:smooth_landmarks"
input_side_packet: "REFINE_FACE_LANDMARKS:refine_face_landmarks"
output_stream: "POSE_LANDMARKS:pose_landmarks"
output_stream: "WORLD_LANDMARKS:pose_world_landmarks"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ node {
calculator: "PoseLandmarkCpu"
input_stream: "IMAGE:transformed_input_video"
input_side_packet: "MODEL_COMPLEXITY:model_complexity"
input_side_packet: "SMOOTH_LANDMARKS:smooth_landmarks"
output_stream: "LANDMARKS:pose_landmarks"
output_stream: "WORLD_LANDMARKS:pose_world_landmarks"
output_stream: "DETECTION:pose_detection"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ node {
calculator: "PoseLandmarkGpu"
input_stream: "IMAGE:transformed_input_video"
input_side_packet: "MODEL_COMPLEXITY:model_complexity"
input_side_packet: "SMOOTH_LANDMARKS:smooth_landmarks"
output_stream: "LANDMARKS:pose_landmarks"
output_stream: "WORLD_LANDMARKS:pose_world_landmarks"
output_stream: "DETECTION:pose_detection"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ node {
calculator: "PoseLandmarkGpu"
input_stream: "IMAGE:transformed_input_video"
input_side_packet: "MODEL_COMPLEXITY:model_complexity"
input_side_packet: "SMOOTH_LANDMARKS:smooth_landmarks"
output_stream: "LANDMARKS:pose_landmarks"
output_stream: "WORLD_LANDMARKS:pose_world_landmarks"
output_stream: "DETECTION:pose_detection"
Expand Down

0 comments on commit c90861c

Please sign in to comment.