diff --git a/docker-compose.components.yml b/docker-compose.components.yml index 1a6242e7..06e2dcf4 100644 --- a/docker-compose.components.yml +++ b/docker-compose.components.yml @@ -111,6 +111,11 @@ services: image: ${REGISTRY}openmpf_ocv_face_detection:${TAG} build: ${OPENMPF_PROJECTS_PATH}/openmpf-components/cpp/OcvFaceDetection + ocv-ssd-face-detection: + <<: *detection-component-base + image: ${REGISTRY}openmpf_ocv_ssd_face_detection:${TAG} + build: ${OPENMPF_PROJECTS_PATH}/openmpf-components/cpp/OcvSsdFaceDetection + ocv-person-detection: <<: *detection-component-base image: ${REGISTRY}openmpf_ocv_person_detection:${TAG}