Considering running something like YOLOv(Something) over all of my photos and I am now just learning that all of the easily downloadable models detect kinda a weird set of things, like look at this https://github.com/ultralytics/ultralytics/blob/d79a7332db43d341c9fd1b1cec0de4596365ea07/ultralytics/cfg/datasets/coco.yaml#L19
Like, yes cool, I want Person, bike, cat, dog. But I don't really need to detect microwave, broccoli, toaster, etc
Seems like there are no other good models for "normal things" ?