Internal change
PiperOrigin-RevId: 495525736
This commit is contained in:
parent
d526b20e19
commit
6db5eabe0b
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user