Detect objects in a picture to make easy 'find object in picture' games (YOLOv8 + SAM2)

I found this idea to clear simple the object to blur the picture and not for example the object fast. so no photoshop is needed anymore 'for games as find 'object' into the picture'

YOLOv8 also in javascript possible now to detect objects in a picture or video
https://blog.roboflow.com/what-is-yolov8/
with your own picture/video and export JSON code

I also found out javascript can support detecting objects in a video
https://dev.to/andreygermanov/how-to-detect-objects-in-videos-in-a-web-browser-using-yolov8-neural-network-and-javascript-lfb
in this article this movie shows the answer

Screenshot 2025-01-27 03.01.22
https://icleaner.germanov.dev/ with a chrome extension possibility also
AI finds the object and contours of any object into a picture

but I don't want to clear, only find the object into pictures, so I can fast make games for kids 'find the object into a picture'

but nice to use when making games manually ofcourse also

it could be cool if it works in ZIM too
Meta makes it possible with SAM2 model you can try here to follow a dog of ball into a video and export it to a new file

Any libraries like this can just be used as libraries with ZIM. We do not have to bring everything into ZIM.

This sentence is a tricky one - can you try again:

I found this idea to clear simple the object to blur the picture and not for example the object fast

so when a picture where kids can have to search objects, they click onto that object, and all the reset of the picture should get the .effect(new BlurEffect())

better to understand?

1 Like

You can build this functionality without using a third party or AI in ZIM.

super but how? looking forward to save time..