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.
With mask on
Mask off
No mask.
After that im unclear how to proceed.
Does anyone know the steps?
The raspberry pi will be using TensorFlpw lite.
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!