Internal change

PiperOrigin-RevId: 495525736
This commit is contained in:
MediaPipe Team 2022-12-15 00:41:27 -08:00 committed by Copybara-Service
parent d526b20e19
commit 6db5eabe0b

View File

@ -259,6 +259,7 @@ mp_holistic = mp.solutions.holistic
# For static images: # For static images:
IMAGE_FILES = [] IMAGE_FILES = []
BG_COLOR = (192, 192, 192) # gray
with mp_holistic.Holistic( with mp_holistic.Holistic(
static_image_mode=True, static_image_mode=True,
model_complexity=2, model_complexity=2,