Giter VIP home page Giter VIP logo

Comments (16)

csaftoiu avatar csaftoiu commented on June 30, 2024 1

from dlib-models.

csaftoiu avatar csaftoiu commented on June 30, 2024 1

from dlib-models.

nicolaerosia avatar nicolaerosia commented on June 30, 2024

@davisking I'm also interested if you're willing to release the dataset. In any case, I understand that it involved a lot of work.

from dlib-models.

davisking avatar davisking commented on June 30, 2024

You can use the trillion faces or ms celeb datasets. They are already available and very large.

from dlib-models.

pdstanley avatar pdstanley commented on June 30, 2024

Davis, is there a python API for training your own model? Thank you, sir! Dlib is amazing.

from dlib-models.

davisking avatar davisking commented on June 30, 2024

No

from dlib-models.

shenjackson avatar shenjackson commented on June 30, 2024

@davisking , I don't know how to train my dlib_face_recognition_resnet_model_v1 model, can you give me some methods!

from dlib-models.

davisking avatar davisking commented on June 30, 2024

This example program goes into the details: http://dlib.net/dnn_metric_learning_on_images_ex.cpp.html

from dlib-models.

csaftoiu avatar csaftoiu commented on June 30, 2024

@davisking Just to be sure, is that C++ code the one used to train this model? I'd like to transfer learn on my own dataset and want to be sure I'm starting from the right place

from dlib-models.

csaftoiu avatar csaftoiu commented on June 30, 2024

Also we’re rhe input images aligned centered cropped etc or just resized to 150x150 with a crop from a face finding model? Also be helpful to know this just in terms of using the base model - I see the sample code that uses it does this so I presume it was trained that way As well

from dlib-models.

davisking avatar davisking commented on June 30, 2024

The notes on how this model was trained are in the example program that shows how to use it: http://dlib.net/dnn_face_recognition_ex.cpp.html

from dlib-models.

davisking avatar davisking commented on June 30, 2024

from dlib-models.

davisking avatar davisking commented on June 30, 2024

You could copy the layer parameters into a network with batch norm layers and go in and manually fill in the missing batch norm parameters with something reasonable.

from dlib-models.

ismailpolas avatar ismailpolas commented on June 30, 2024

Does anyone build the dlib_face_recognition_resnet_model_v1.dat with custom dataset? If Yes, Please share the method. Thanks in Advance.

from dlib-models.

davisking avatar davisking commented on June 30, 2024

from dlib-models.

aishaandatt avatar aishaandatt commented on June 30, 2024

I tried Loading a custom dataset and successfully made the resnet .dat file but I'm getting this error. ERROR: Unexpected version found while deserializing dlib::input_rgb_image_sized. Please refer to the issue link given below for more detials on this error.
davisking/dlib#2598

from dlib-models.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.