Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+2)


I’ve seriously been waiting forever for that detection model to exist!


I’m a total beginner, but I tried messing around with it while letting ChatGPT drag me along… and it really seems like mixing multiple filters is basically impossible.

Maybe if we packed all the features we want into a *single* filter it could work, but the custom code field definitely can’t handle anything too complex.


That said, I tried taking a kinda brute-force approach, and I actually managed to make a filter that detects the body line with pretty high accuracy. Check it out!


(https://hotscreen.dominated.dev/showthread.php?tid=41)


It’s a bit rough, and it cost me a chunk of sleep, but I think I finally got a step closer to the feature I’ve been wanting since the beginning!

that's quite cool, though when applied to irl with complex lighting it's not doing right
to be honest, i believe that creating a filter that would work exactly like that (so follow the edge of body then fill it with whatever) would require an another approach, i wonder if some kind of vector output is possible from this kind of neuralnet models - if the detection model would be able to return a vector shape of body, then having this kind of clipping effect should be very easy. I wonder though how much more resource-hungry this model would be, I guess that having a vector image processing would also require a huge change in the whole program's code and the way that image is processed now - but those are only guesses 'cause i've got little to no knowledge how those things work