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
@boltgolt I have a vested interest in getting the CNN feature to work on a cross-GPU/NPU-platform. Perhaps CPU SIMD for preprocessing and PyTorch/ONNX for the DL component? I'm a C++/signal-processing/ML developer and would be willing to do the work for that.
Edit: actually DLIB is probably still good for CPU stuff
The text was updated successfully, but these errors were encountered:
I'm open to it, dlib was just the most available thing when i started Howdy 8 years ago at this point. I have not followed the space as closely but surely something better has come out since
With regards to improving the DL approach to facial recognition, the source code for state-of-the-art tends to be proprietary, but the methods are published, so the challenge is to re-implement them in an open source code base.
It looks like in open-source land dlib's offerings are still considered state-of-the-art.
I think the current available toolchains' support for Linux and hardware will improve over time, but an better open-source facial recognition algorithm will have to be a deliberate open source effort, so that's probably where the effort should go for now. Preferably a full training to deployment pipeline.
@boltgolt I have a vested interest in getting the CNN feature to work on a cross-GPU/NPU-platform. Perhaps CPU SIMD for preprocessing and PyTorch/ONNX for the DL component? I'm a C++/signal-processing/ML developer and would be willing to do the work for that.
Edit: actually DLIB is probably still good for CPU stuff
The text was updated successfully, but these errors were encountered: