-
### Feature description
Their github page discusses the newest, most powerful version.
https://github.com/deepinsight/insightface?tab=readme-ov-file#readme
Could Reactor make use of these advan…
-
eg. get the width of face in cm
-
Will this operate as intended, or are there additional configurations required?
The function executes successfully when done like this: `yolo predict task=detect model=best.engine imgsz=640 half`
…
-
Hello,
i am new to yolov4 and I have the following problem. I trained my yolov4 tiny network to detect faces and it runs on a jetson nano. I am using the following code to run the detection over my z…
-
Error occurred when executing MediaPipe-FaceMeshPreprocessor:
Failed to parse: node {
calculator: "ImagePropertiesCalculator"
input_stream: "IMAGE:image"
output_stream: "SIZE:image_size"
}
nod…
-
Hi, buddy, thank your wonderful project, I was success face detect in custom images. But next I want crop the face region and output a .png file, how I modify the yolo_landmark.py(for example) demo li…
-
Hello,
I'm trying to use your Face Camera Example https://trackingjs.com/examples/face_camera.html to take a snapshot of the detected face to an image for further processing.
The example works g…
-
I have this code:
`boxes, probs = mtcnn.detect(rgb_frame)
if boxes is not None:
for box, prob in zip(boxes, probs):
if prob < min_probability:
continue
…
-
Is it possible to use this library to detect if a face is occluded or not?
Thanks!
-
### Expected behaviour
Maximum memory should be configured so that face recognition can run
### Actual behaviour
Maximum memory assigned for image processing: Not configured.
Seems that yo…