-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
detected faces
What version of the product are you using? On what operating system?
12-22-08…
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
detected faces
What version of the product are you using? On what operating system?
12-22-08…
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
detected faces
What version of the product are you using? On what operating system?
12-22-08…
-
Hello,
Many thanks for sharing this project!
Is it possible to use this code to detect gaze of multi faces in the same screen? what do we need to adjust in your code?
Also, when looking up or down…
-
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…
-
Python version `3.6`
Pytorch version `1.4`
I downloaded the pre-trained models and running `test.py`
```
python test.py
```
But getting the below error
```
Traceback (most recent call…
-
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`
…
-
Hi, i'm currently using dlib in my ios project for both face detection and landmarks finding. Yet the face detection process is too long to be used for live frame. Before switching to openFace, I'd li…
-
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
…
-
When I use Image taken from [React native camera kit](https://github.com/teslamotors/react-native-camera-kit) package, even when the face is clear and have proper pixel, the face result is incorrect a…