martinenkoEduard

Results 64 issues of martinenkoEduard

What database/index search engine does CompreFace use? Where vectors are stored? Does it need to reload/recompute all the vectors after a restart? How much memory does each vector use? Does...

is there a way to get multiple most simliar faces in return? Is there a way to set a threshold lest's say 0.75 similarity? Is there a way to limit...

Can I use it on CPU only?

Is there a guide on how I can train ArcFace on custom dataset?

What is the meaning of these variables? self.min_face_size = 20 self.thresholds = [0.5,0.5,0.5] self.nms_thresholds = [0.6, 0.6, 0.6] self.factor = 0.60 How do I tweak them? What is the best...

compreface-ui | 2022/08/24 18:16:32 [error] 22#22: *25 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 172.19.0.1, server: ui, request: "POST /api/v1/detection/detect?&face_plugins=calculator HTTP/1.1", upstream: "http://172.19.0.4:8080/api/v1/detection/detect?&face_plugins=calculator",...

Is it normal? All default settings. It get up to 14gb. ![compre_face_memory_consumption](https://user-images.githubusercontent.com/108512856/186387295-ece44bb9-71c7-4634-ba5a-6b25329a4aaf.png)

How do I use my own local nominatim server?

Import takes a long time. Is there a way to improve speed?

Has anyone compared SCRFD to YOLO for face detection? Which one is better or more performant?