How to use flandmark_simple_example on new dataset [MATLAB]#60
Open
DanielSan1234 wants to merge 17 commits intodevelopfrom
Open
How to use flandmark_simple_example on new dataset [MATLAB]#60DanielSan1234 wants to merge 17 commits intodevelopfrom
DanielSan1234 wants to merge 17 commits intodevelopfrom
Conversation
Python interface (minimal version)
Python Interface - examplary usage (ipython notebook)
python interface mac os
MATLAB learning scripts
Multi-view learning scripts for MATLAB (initial version, not checked compeltely yet)
Owner
|
Hi @DanielSan1234, sure, you can use e.g. the Viola-Jones face detector to obtain the face boxes (see http://www.mathworks.com/help/vision/ref/vision.cascadeobjectdetector-class.html), just bear in mind that the format of face bbox for CLandmark is |
Author
|
Hi @uricamic, thank you for response! |
Paper2cite changed to more relevant IMAVIS paper.
python2 to python3
Windows batch scripts added to make the compilation and installation easy on Windows platform. Tested on Windows 10 64bit, MATLAB interface with MATLAB 2015b, and Python interface with Python 2.7 from Anaconda 64bit
Windows build scripts
Minor changes in the C++ library (elimination of warnings for new compilers) Update of build scripts for successful build on Windows 10 + Visual Studio 2017 + Anaconda New Python example for jointmv models
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I would use flandmark_simple_example on my dataset. I have the images jpg in my dataset, but I don't have the .det. Is it possible obtain automaticaly the files .det by the images .jpg?