I'm trying to build a web based app which overlays assets like spectacles onto your face.
While I'm able to use a tfjs model to get a face mesh, how can I position a png file appropriately? Assuming I manually find the location of the centre of the spectacles sample, I can use this point as a reference and add it to the appropriate location in the face mesh. Is there a better way to do this?