-
Notifications
You must be signed in to change notification settings - Fork 82
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
Data used to train classifiers #735
Comments
In general, the dependencies should all be permissive: BSD 2/3 Clause, Apache, Boost, etc. Anything with restrictive GPL/LGPL licensing (or similar) is avoided. The license info for each selected package dependency used in a particular build will be installed here: drishti/src/lib/drishti/CMakeLists.txt Line 238 in 3787257
You can always run a build and check that. That should also be in the tagged binary release assets on the main github page if you want to check quickly. Every dependency will have a The latest I added the C++ The face landmarks are provided using a modified version of the dlib Kazemi The models are all kept in a separate drishti-assets repo to simplify license issue. There is some info about initial models in that repo. The eye models use a custom dataset downloaded from the internet w/ an annotation scheme described on the README page. It is basically a 64 parameter model w/ eyelid + crease point contours and iris + pupil ellipse components. I didn't find anything ready-to-go that was suitable for working with eye data at reasonably high resolution. I plan to make the data available, but I need to find some time to organize it and standardize formats. Maybe over the winter holidays :) I've also been accumulating data from unsplash.com, which provides even higher quality images at resolutions suitable for this work, that will also be useful for the face tracking step. |
Hi,
what data did you use to train the classifiers each?
There are some sets mentioned in /src/app/landmarks, /src/app/fddb, is there an overall data listing?
Would it be possible to share all annotations you guys added?
What other software do you use? I just saw the eos-based landmark fitting, are there software pieces in here that are non-permissive licensed?
What landmark layout are you using for the face and the eyes?
Thanks in advance & cheers,
Fabian
The text was updated successfully, but these errors were encountered: