Skip to content

Commit

Permalink
fix(example): model_complexity is ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Nov 30, 2021
1 parent ed3f388 commit 0d9db0b
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 @@ -73,6 +73,7 @@ node: {
node {
calculator: "HolisticLandmarkCpu"
input_stream: "IMAGE:transformed_input_video"
input_side_packet: "MODEL_COMPLEXITY:model_complexity"
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 @@ -80,6 +80,7 @@ node: {
node {
calculator: "HolisticLandmarkGpu"
input_stream: "IMAGE:transformed_input_video"
input_side_packet: "MODEL_COMPLEXITY:model_complexity"
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 @@ -73,6 +73,7 @@ node: {
node {
calculator: "HolisticLandmarkGpu"
input_stream: "IMAGE:transformed_input_video"
input_side_packet: "MODEL_COMPLEXITY:model_complexity"
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 @@ -61,6 +61,7 @@ node: {
node {
calculator: "PoseLandmarkCpu"
input_stream: "IMAGE:transformed_input_video"
input_side_packet: "MODEL_COMPLEXITY:model_complexity"
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 @@ -68,6 +68,7 @@ node: {
node {
calculator: "PoseLandmarkGpu"
input_stream: "IMAGE:transformed_input_video"
input_side_packet: "MODEL_COMPLEXITY:model_complexity"
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 @@ -61,6 +61,7 @@ node: {
node {
calculator: "PoseLandmarkGpu"
input_stream: "IMAGE:transformed_input_video"
input_side_packet: "MODEL_COMPLEXITY:model_complexity"
output_stream: "LANDMARKS:pose_landmarks"
output_stream: "WORLD_LANDMARKS:pose_world_landmarks"
output_stream: "DETECTION:pose_detection"
Expand Down

0 comments on commit 0d9db0b

Please sign in to comment.