-
Notifications
You must be signed in to change notification settings - Fork 13
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.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't compile customlib #38
Comments
@neilyoung there you go. |
@zhouyuchong Thanks. I must have been blind :) |
Just in case you are interested. Tried the custom nvndsinfer build script on a 7.0 installation. Seem to have failed.
|
:) The restore script worked EDIT: Maybe it has to do with the wrong detection of my CUDA version (which is 12.2)
Yes, executing the script as sudo reveals 11.5 as CUDA version, but 12.2 as ordinary user... Strange EDIT2: But this wasn't the reason for the fail. Problems persist.
Anyway, don't bother. It seems to have had its time. As all the stuff in this business... |
@neilyoung so there is only one error
I never met this before, I guess it's related to gstreamer version. You can check the source code for |
Thanks for the follow up. I found another way to solve my FR problem: Using a tandem of Facenet (detection) and Face Recognition ResNet 100 arcface (https://github.com/openvinotoolkit/open_model_zoo/blob/master/models/public/face-recognition-resnet100-arcface-onnx/README.md). This drops the need to mess with all the thousands of anchors delivered by the model you were using. It delivers a 512 float fingerprint vector. Even w/o face normalisation it shows good results in comparisons using Cosine distance. |
Wondering how this compiles:
face-recognition-deepstream/models/retinaface/nvdsinfer_customparser/nvdsparse_retinaface.cpp
Line 95 in 877f819
landmark is IMHO not part of this structure:
Most likely I'm missing the custom lib header file
The text was updated successfully, but these errors were encountered: