Open cibinwilliam opened 4 years ago
add the path, initial retinaface just at where the mtcnn initialized, they have the save output structure, so you can replace mtcnn with retinaface easily
try install insightface pip install insightface
@Riut521 Would you be more specific ? I can't understand you
I have run the deploy/test.py and run it for lfw dataset, The test.py file uses the MTCNN for face detction and landmark.For few of the images face detction fails.
I want to try it using the Retinaface detection ,How to change the facdetection to Retinaface in deploy/test.py?