Register rect type to allow NormalizedRect-based outputs in Python model

This commit is contained in:
Leevar Williams 2020-11-25 09:33:45 -08:00
parent f15da632de
commit 7d01b7ff32

View File

@ -47,6 +47,7 @@ pybind_extension(
"//mediapipe/framework/formats:classification_registration", "//mediapipe/framework/formats:classification_registration",
"//mediapipe/framework/formats:detection_registration", "//mediapipe/framework/formats:detection_registration",
"//mediapipe/framework/formats:landmark_registration", "//mediapipe/framework/formats:landmark_registration",
"//mediapipe/framework/formats:rect_registration",
], ],
) )