just built a real-time face mask detector using yolo for detection and resnet18 for classification
live inference + clean outputs
shipping > thinking
people talk about ai, i built it.
real-time face mask detection with yolo + resnet18 running on live webcam
https://t.co/BlEkZLAQlL (don't forget to give a star and follow on GitHub)
know this before working on k-means clustering -
initialize k random centroids (chosen using the elbow method with wcss).
assign each point to its nearest centroid using a distance metric.
update centroids as the mean of their clusters and repeat until convergence.