-
When running detection for the test image, with a bit different model choices for the detector,
```
from feat import Detector
detector = Detector(face_model='img2pose-c',
…
-
These are the benchmark accuracy% numbers I ran for different models across versions on a dataset of 10,000 images. The classifier performs way better than the detectors including the latest detector.…
-
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
No
### OS Platform and Distribution
Android 13
### Mobile device if the issue happens on mobile de…
-
Hi,
I am getting following error while running face_rec.py. Any suggestions?
```
Traceback (most recent call last):
File "face_rec.py", line 199, in
frame = detect_and_display(model, v…
-
Hi, when I tried swap face operation:
```
python scripts/face_swap.py --source=example/input/faceswap/source.jpg --target=example/input/faceswap/target.jpg
```
the following error is reported:
``…
-
Hello @JeonJaeHyeong 🤗
I'm Merve and I work on computer vision at Hugging Face. I see your paper is accepted as ECCV Posters congratulations! I indexed it here https://huggingface.co/papers/2407.1…
-
**Description:**
I would like to propose the addition of a new loss function and detector to the pytorch-ood library: an Angular Loss function (e.g., ArcFace) and an Angle-Based Detector. These add…
-
Traceback (most recent call last):
File "/home/mk/Wav2Lip-master/inference.py", line 78, in face_detect
predictions.extend(detector.get_detections_for_batch(np.array(images[i:i + batch_size]))…
-
Thank you for the project!
As I see, you are using pytorch's img2vec to generate embeddings. As an alternative, we may consider checking a face is available in the image, and if yes find its embedd…
-
Hello, I am learning this algothrim. Your codes help me a lot.
But I don't know how tor prepare the training data for this project.
Thank you very much, sincerely.