How do i detect CPAP masks off

I am working on a device that is a raspberry pi that needs to set off an alarm when a person laying in bed has removed their CPAP mask.
Pretty sure i need to start a workflow and import images and define them into three labels.

  1. With mask on
  2. Mask off
  3. No mask.
    After that im unclear how to proceed.
    Does anyone know the steps?
    The raspberry pi will be using TensorFlpw lite.

Thanks in advance

Hi there, I think you’re on the right path. I would try an object detection model that detects a CPAP mask with two classes, cpap-on and cpap-off. Then you can make a workflow and run that on your pi!

Here’s our docs on how to run a Roboflow Workflow on a Raspberry Pi! This should help get you started: Install on Raspberry Pi - Roboflow Inference

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.