Replies: 10 comments 2 replies
|
Should be doable - if you provide some definitions of shapes :) |
|
Article is pretty clear and all of the measurements are already available, just need to measure distance between set points and then implement rules. All of the face points are defined here https://github.com/vladmandic/human/blob/main/assets/facemesh.png So forehead width would be between points If you care to contribute, this would be a good start! :) Once you have measurements for everything needed in the article, just run through rules and determine shape. |
Image contain nice visualization of face points, I'll give a try once I am done with my FYP :) |
Image contain nice visualization of face points, I'll give a try once I am done with my FYP :) |
|
Give this face shape detector a shot to figure out your face shape. It's a cool AI tech that not only IDs your face shape but also throws in some other interesting info. |
|
This already exists in practice, btw. Tools like https://faceshapedetector.app Accuracy obviously depends on landmark quality and how you define the categories (the labels themselves are fuzzy), but it’s a decent example of how far you can get without overcomplicating things. |
|
This sounds like a really interesting idea! Using key facial measurements like top-to-chin and nose-to-ear distances can definitely help in accurately classifying face shapes like diamond, round, square, and other types. There are AI models that specialize in this, so integrating one could be a great addition to a NodeJS project. For reference, there are a couple of excellent implementations of face shape detection online that you might find useful for inspiration: https://whatismyfaceshape.net/ and https://faceshapedetector.us/ Looking forward to seeing what you build! |
|
ok, cool idea, but what can be done with it? lets say we identify face shape - what is that information good for in sdnext? what can we use it for? |
|
I tried many tools on the market. Here is a summary of the ones I've tried:
|
Uh oh!
There was an error while loading. Please reload this page.
Just randomly got a nice idea for "Face shape detection" e.g Diamond, round, square... (Total 7)
It involves two measurements from top to chin, nose to both ears.
I guess there will be a model for doing such things. Adding support to human will be nice addition.
P.S: not desparetly looking for this feature or anything, just random idea I'll would try to create my next NodeJS project with.
All reactions