We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Vincent,
I downloaded the source in the github Link: https://github.com/wgperception/PartsBasedDetector.
Also i followed the README file and done the Steps to build the code.
My Testing Environment:
Step 1: Downloaded the Zip, Extract it to my Local Directory.
Step 2: Then,build the boost by running the script bootstrap.sh.
Step 3: Downloaded the cvamtio file from the link: https://github.com/hbristow/cvmatio also used this package too.
Step 4: Then I build the code using cmakelist and created the .exe, But no instruction's is provided to give input's.
Step 5: Downloaded the Modal files from the link: https://github.com/wg-perception/PartsBasedDetectorModels. The face xml's are not working for me.
Step 6: Generated .exe by using cmake.
Step 7: Then, I tested the code by giving all the xml files one by one.Finally the Person_8parts.xml is working, but not predicted properly.
Step 8. I gave input format like this: ./partsbaseddetector person_8parts.xml test.jpg test.jpg
./partsbaseddetector - .exe name person_8parts.xml - argv[1] test.jpg - argv[2] test.jpg - argv[3]
I have to know,whether i did the correct steps or not.
The text was updated successfully, but these errors were encountered:
If anyone executed the Face Detection successfully .Help me to execute the code
Sorry, something went wrong.
No branches or pull requests
Hi Vincent,
Also i followed the README file and done the Steps to build the code.
My Testing Environment:
Step 1: Downloaded the Zip, Extract it to my Local Directory.
Step 2: Then,build the boost by running the script bootstrap.sh.
Step 3: Downloaded the cvamtio file from the link: https://github.com/hbristow/cvmatio also used this package too.
Step 4: Then I build the code using cmakelist and created the .exe, But no instruction's is provided to give input's.
Step 5: Downloaded the Modal files from the link: https://github.com/wg-perception/PartsBasedDetectorModels. The face xml's are not working for me.
Step 6: Generated .exe by using cmake.
Step 7: Then, I tested the code by giving all the xml files one by one.Finally the Person_8parts.xml is working, but not predicted properly.
Step 8. I gave input format like this:
./partsbaseddetector person_8parts.xml test.jpg test.jpg
I have to know,whether i did the correct steps or not.
The text was updated successfully, but these errors were encountered: