Questions tagged [face]

A face is an elementary surface geometry. Faces are used in 3D modelling to define meshes

A face is an elementary surface geometry. A face is defined by three (sometimes four) vertices or the indices from a vertices array or collection. Faces are used in 3D modelling, for example to define faceted boundary representations.

Note: Use this tag for questions related to face geometries, do not use this tag for questions related to face recognition (use face-recognition instead).

176 questions
0
votes
0 answers

How to get intersection between two different faces of two different non indexed buffergeometry?

How to intersect non indexed buffer geometry? I want to detect intersection between two defferent faces of two different non indexed buffergeometry. I set ray from middle of each faces, but raycaster don`t work with non indexed geometry. I want to…
vinkovsky
  • 310
  • 4
  • 16
0
votes
1 answer

Triangle-triangle intersections in Three.JS

Having a loaded mesh with two or more intersected faces, I would like to display those faces with a different color. I don´t really need the intersection points or segments, I´m just looking for the fastest way to know if two faces/triangles…
spacorum
  • 495
  • 6
  • 16
0
votes
1 answer

How to detect reversed faces (flipped normals)?

I need to load several STL files in a scene, some of which have reversed/flipped faces. This can be easily fixed (visually) using a double-sided material, but what I try is to visualize the wrong faces, switching the material index from blue to…
spacorum
  • 495
  • 6
  • 16
0
votes
1 answer

set transparent (opacity: 0) to some faces of a sphere geometry

I want to make half the faces of a sphere transparent and the other half colored. How can I do that? I've tried to set a transparent color, but it seems it doesn't work that way. geometry = new THREE.SphereGeometry(1.0, 17, 17); …
gwen
  • 95
  • 8
0
votes
2 answers

Azure Face Identify more than 10 faces in a Person Group

So, a straightforward question. My first on SO. Asking here because it says so on the Azure Docs to ask here. I understand that the Face API can identify at most 10 faces in an API call. Is it possible to get this limit raised to, say, 50? Maybe…
0
votes
0 answers

iOS to detect live face (not a photo)

Need to add 'live face' detection into my iOS app, so that user cannot use a photo to cheat the app. I think the detect blink in CIImage won't work it's possible user won't blink for about 5 seconds and the app need to be much more responsive than…
Ethan Long
  • 745
  • 1
  • 6
  • 15
0
votes
1 answer

Why is the face limit so low in A-Frame?

I have a character in my scene that is less than 6k vertices and less than 2k faces. The face limit where it turns red in the stats seems to be 1k. I have tried it on my desktop, a iPhone 7 and a Pixel 1. It runs at 60 fps on all three. Why is that…
cvolpe
  • 41
  • 6
0
votes
0 answers

ThreeJS GLTF Exporter and Face Materialindex

The materialindex for every face of a model exported from Blender using the GLTF exporter is returning 0 for me. Is that correct? The model is using 6 different materials.
M1ke
  • 239
  • 2
  • 11
0
votes
0 answers

Different zooms in cropped image- LSTM image classification

I have the problem that while cropping face images (with the same output size 256x256) the face looks bigger in some images than in another ones(the others have more background and less face). I want this images for training a LSTM, so it is this…
charko
  • 1
  • 2
0
votes
1 answer

Align a face to a plane with numpy

I have a face made from 4 xyz vertices. I want to align it with the z axis so it is parallel with it. If I calculate the normals I can calculate the angle between them but that is just the angle. I need an x rotation and a y rotation. I am using…
iain
  • 33
  • 7
0
votes
0 answers

How to record face masking with google vision API?

I want to try face masking like Snapchat feature on my Android app. I've tried this face masking using Google vision, but I can't find how to record this face masking. Is there any solution to record face masking?
0
votes
0 answers

move facial landmarks using matplotlib

tried to include your suggestions, not sure why it doesn't work: # face alignment import face_alignment import numpy as np from mpl_toolkits.mplot3d import Axes3D import matplotlib.pyplot as plt from skimage import io # Run the 3D face alignment…
Carina
  • 3
  • 2
0
votes
1 answer

Android detect person to start game

i developing a game on Android, and it's requirement is : normal state app will show waiting screen when have person view device game will start when person leave game auto close and return to waiting screen After researching i found method: using…
QViet
  • 297
  • 5
  • 25
0
votes
0 answers

Call to Microsoft.Azure.CognitiveServices.Vision.Face.FaceClient.DetectWithStreamAsync returns "Operation returned an invalid status code 'NotFound'"

While following the tutorial here: https://learn.microsoft.com/en-us/azure/cognitive-services/face/tutorials/faceapiincsharptutorial My call to IList faceList = await faceClient.Face.DetectWithStreamAsync( …
catalyst
  • 1
  • 2
0
votes
1 answer

Unable to access Microsoft FACE API

I'm facing this issue today. Unable to access Microsoft FACE Api endpoint: https://westus.api.cognitive.microsoft.com/face/v1.0 Anyone facing the same issue today? Error: enter image description here