177 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
90
views
"How to Properly Dispose Tensors in face-api.js + tfjs-node to Prevent Memory Leak?"
I'm using face-api.js (specifically the @vladmandic/face-api version) for the first time in a Node.js server environment, and while face detection and comparison are working, I'm running into a ...
0
votes
0
answers
47
views
Faces Subtraction where a subface being subtracted from main face
[Given ABCD and WXYZ two rectangles] (https://i.sstatic.net/AJ6JCNt8.png)
Suppose you have two faces: Main and subface as it is previewed in the upper image. How to compute vertices of the 8 faces ...
0
votes
2
answers
1k
views
upload a face with ISAPI
I'm trying to upload a face using the POST method using this endpoint:
http://\<ip\>/ISAPI/Intelligent/FDLib/FaceDataRecord?format=json
And using this body:
{
"faceUR": "http://...
1
vote
1
answer
113
views
Adding faces to a mesh
I am trying to create a mesh (.stl file) that follows a bezier curve. I have succesfully created the side face but I have trouble creating the top and bottom faces. The problem is that the bezier ...
0
votes
0
answers
59
views
Blender Select Faces
enter image description here
enter image description here
Hi! I am new to Blender and I'm trying to build my first object, a washing-machine. I am trying to hollow out just the drum of the washer, but ...
-1
votes
1
answer
377
views
How to blur faces in captured video using Flutter [closed]
I would like to do the following in a Flutter app
Capture a video normally and store to local storage
Then post process this video, blurring all faces before uploading the video.
Best approach to ...
-1
votes
1
answer
60
views
How do we interpret the values of face_face_adjacency_matrix in pymeshlab?
I am using pymeshlab for a project where I would like to know the list of faces adjacent to a given one. I have seen the face_face_adjacent_matrix but it is a data structure I do not understand how it ...
-1
votes
1
answer
116
views
cv2.face.LBPHFaceRcognizer.create()___AttributeError: module 'cv2' has no attribute 'face'
I am trying to use
cv2.face.LBPHFaceRecognizer.create()
but this error appears after I press enter =
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\gagan\...
0
votes
0
answers
56
views
error: ‘CV_WRAP_FILE_PATH’ has not been declared
when I add #include "opencv2/objdetect.hpp" , there is a wrong
"/usr/include/opencv2/objdetect/face.hpp:85:47: error: ‘CV_WRAP_FILE_PATH’ has not been declared
85 | CV_WRAP static Ptr create(...
0
votes
0
answers
932
views
React-native vision camera realtime face mask
i would like create snapchat filter mask in react native, i use https://github.com/nonam4/react-native-vision-camera-face-detector, its work perfectly, but what adapte a image mask on the face, i ...
-2
votes
1
answer
123
views
How to make the Java JAR file of extra_module of OpenCv and merge it with base OpenCv module
(pls tell me , i have project due in 2weeks - which needs this face classes in my project.)
So i was trying to add JAVA face_module from opencv_contrib , using cmake & visual studio - did ...
0
votes
2
answers
436
views
I want to process facial authentication using fido2 on Android OS
The CTAP protocol used by the webauthn.io demo web program can normally perform external device authentication by invoking Android gms, but only fingerprint, pin, and pattern.
Can I apply the facial ...
1
vote
1
answer
566
views
How to get the center vertex position of all the faces of BoxGeometry in threejs?
I have a BoxGeometry here, which forms a cube,
what i want to acheive is to get the center vertex position of all the faces of the cube?
const boxGeometry = new THREE.BoxGeometry(1.5,1.5,1.5,2,2,2);
...
1
vote
0
answers
97
views
Subdivision schemes: how to create diagrams from subdivision masks?
I came across this interesting example on the cambridge website
The Catmull-Clark bivariate subdivision scheme is a bivariate generalization of the univariate 1/8 [1, 4, 6, 4, 1] subdivision scheme. ...
1
vote
0
answers
99
views
Optimize too many azure face api calls while enrolling and verification of data
I have a face dataset on which I am using Azure Face Service for identification of people.
The first step is to detect faces using face.detect in data then enroll if face is present using face lists.
...