I am using Face API to detect faces on a webcam. I call the detectSingleFace() function every 500ms. Everything works fine, but I can see that RAM and CPU usage is increasing. I realize that this is normal, finally face detection needs some resources, but I am asking if there is a way to optimize this. I am using the tiny models version. Maybe the ram consumption is related to storing the model in the browser memory, because it weighs a bit (if so, will cdn help something)?