martinenkoEduard

Results 62 issues of martinenkoEduard

loguru how to disable beautiful stack trace?

question

How do I save detected face? Is there a special function for that?

stat:awaiting response
type:others
solution:face detection
stalled

Are workers in guincorn equal to amount of concurrent requests? Is it the same? Does it mean that running with gunicorn --bind 0.0.0.0:5000 wsgi:app -w 5 -t 500 means that...

How to search by Euclidian distance using Milvus? Can someone please share a simple example?

### Is there an existing issue for this? - [X] I have searched the existing issues ### Environment ```markdown Docker milvusdb/milvus:v2.0.2 ``` ### Current Behavior I can't create Flat index!...

help wanted
stale

it works for a while (and I must say it is blazingly FAST) and after ~50 images it starts to drop images with this error: face-api | compreface-ui | 172.20.0.1...

Can I use CompreFace without Internet Access? (offline installation). What account name should I use? I suppose it will work offline just fine, but what account name should I use...

CompreFace concurrency. How may simultaneous requests does CompreFace support? What options can I tune to change it? Is there an easy way to increase amount of workers? Or horizontally scale...

When installing i get an error - Error response from daemon: pull access denied for exadel/compreface-postgres-db, repository does not exist or may require 'docker login': denied: requested access to the...

Can I use CompreFace API to detect faces and extract vectors so I can then add then in FAISS to search a lot of faces? Is there an API call...