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
After adding DCT channels into the detector, a big gap of miss rate is observed between two types of training configurations configurations:
Configuration 1:
HOG-Like features, namely 8X8 pixel block, positioned regularly each 4 pixels. Miss rate: 0.256321
Configuration 2: HOG-multiScale, namely squares of all sizes, positioned regularly each 4 pixels. Miss rate: 0.418342
The problem can be reproduced from below version of the codes:
1b6169e
The two configuration files are
https://github.com/LevinJ/Pedestrian-Detection-Project/blob/checkdct/src/applications/boosted_learning/inria_speedy_training_config.ini and https://github.com/LevinJ/Pedestrian-Detection-Project/blob/checkdct/src/applications/boosted_learning/eccvw2014_squareschnftrs_inria_training.config.ini
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After adding DCT channels into the detector, a big gap of miss rate is observed between two types of training configurations configurations:
Configuration 1:
HOG-Like features, namely 8X8 pixel block, positioned regularly each 4 pixels. Miss rate: 0.256321
Configuration 2:
HOG-multiScale, namely squares of all sizes, positioned regularly each 4 pixels. Miss rate: 0.418342
The problem can be reproduced from below version of the codes:
1b6169e
The two configuration files are
https://github.com/LevinJ/Pedestrian-Detection-Project/blob/checkdct/src/applications/boosted_learning/inria_speedy_training_config.ini
and
https://github.com/LevinJ/Pedestrian-Detection-Project/blob/checkdct/src/applications/boosted_learning/eccvw2014_squareschnftrs_inria_training.config.ini
The text was updated successfully, but these errors were encountered: