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:
- ubuntu 14.0 LTS
- gcc
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.
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.