smaranjitghose / DeepPixel

An open-source Python package for making computer vision and image processing simpler
MIT License
22 stars 37 forks source link

Gendet #38

Closed jhalak27 closed 4 years ago

jhalak27 commented 4 years ago

For issue #24 Added gender detection It uses pre-trained model similar to alexnet

ghost commented 4 years ago

Could you please use the pre-trained model to use its weights for making the script, instead of using the CVLIB library as we are making a package and having so many underlying layers of abstraction would compromise with the efficiency and time to load as CVLIB itself uses dnn under the hood. Try to learn from their function and reproduce