python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
MLKit face detection stopping after some time while simultaneously running a game
Im using the MLKit combined with the CameraX Image-Analysis Use Case to build an App, that lets you control a cursor, which gets drawn onto an overlay based on the position of the face (head based poi...
Dethe
Votes: 0
Answers: 0
Why can't I add the nms_threshold in a face detection code?
I added an NMS code onto a face detection code in Google Colabs so that it won't show a lot of bounding boxes saying 'face' but it said that the required argument 'nms_threshold' is missing even thoug...
Naccristic Hotpot
Votes: 0
Answers: 1
how to extract self-defined ROI with dlib facelandmarks?
I don't know how to extract the irregular area surrounded by green lines. i.e., the left cheek and the right cheek of a face.
from collections import OrderedDict
import numpy as np
import cv2
import ...
GaoXu
Votes: 0
Answers: 1
Android - Facial Expression detection from Image using ML Kit Library
Currently I'm working on an app for Android. We want to detect features of a face expression. This feature should be detect the face and facial expression from image.
Accuracy should be fine but don’t...

Dhvanil Patel
Votes: 0
Answers: 0