detect points automatically

hi,
how can i detect eye and lip corners automatically on the surface of 3d models for “Select Points” node ?

selecting points on the face for each models is wasting time.
isn’t there any solition for writting any python code for it ?

Hey!

how can i detect eye and lip corners automatically on the surface of 3d models for “Select Points” node ?

Unfortunately, it can only be done in Wrap4D and Track, not in the regular Wrap version.

For the eyelid and lip contours, there is a machine-learning-based generic detector that comes with R3DS Track. Track also has a personalized contour detector that one can train using a set of example frames. The data from Track can later be imported into Wrap4D using a LoadFacialDetection node.

You can see how it works in this tutorial: https://vimeo.com/429068649

selecting points on the face for each models is wasting time.
isn’t there any solition for writting any python code for it ?

Yes, there is an upcoming PointDetector node that will most likely be released this month. It takes a set of annotated points on a neutral wrapped model and tries to automatically detect the same points on the scan of the target expression.

wow :)  you’re awesome.
we’re looking forward to see