You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thankyou for excllent work. I am able to run demo_client but please i want to know how i can select the model of my choice or put custom trained model.
#122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
To select different models from supported list you should just replace following lines in compose/.env:
DET_NAME=yolov5l-face
REC_NAME=w600k_r50
Adding custom detector is a bit tricky since you need to implement postprocessing specific for model, while face recognition models based on official InsightFace arcface architecture can be just placed in folder models/onnx/custom_rec_model.
No description provided.
The text was updated successfully, but these errors were encountered: