Antonio Sanchez

Results 37 issues of Antonio Sanchez

Hello, I want to be able to call the detect here: https://github.com/deepinsight/insightface/blob/6baaa7bcaf1a1624feec75270022e2dafeb6883b/detection/scrfd/tools/scrfd.py I have this code: ``` detector = insightface.model_zoo.model_zoo.get_model('insightface/models/antelope/scrfd_10g_bnkps.onnx') detector.prepare(0,input_size=(640,640)) bboxes,kpss = detector.detect(img,0.5,None,1,'default') ``` But this no longer works...

Faces that take up the majority of the image are not detected. What parameters can I change to fix this?

Hello, How can I mask out the forehead separately? Thanks!

Is it possible to use this library to detect if a face is occluded or not? Thanks!

Hello, I tried using this program, and I guess it only clones things like tones and accents but not the actual voice?

Can this code be used to determine whether or not an occlusion exists on the face? Thanks

How do you train this since you no longer provide weights?

Hello, The link for the pretrained models is not working. Can you post them on Google Drive? Thanks!

HI all, Here is my setup: 46,000 ultra high quality female headshots I painstakingly collected from the web. Here is a picture from Epoch #24 of my training: ![epoch24](https://user-images.githubusercontent.com/53020208/152688875-4caff6d4-6eee-47ad-ada4-5f825618c054.jpg) Obviously...

Hi, When using make_dataset.py on the CelebA dataset, most of my images are failing on the face detection part? I am passing the 512x512 directory. Any idea what might be...