Skip to content
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

Forest file doesn't exist #2

Open
zhuofudeng opened this issue May 28, 2015 · 2 comments
Open

Forest file doesn't exist #2

zhuofudeng opened this issue May 28, 2015 · 2 comments

Comments

@zhuofudeng
Copy link

I run the command the do the testing:

./object_detection ~/Develop/barinova_pedestrians_detection-master/example/campus-config

It gives me an error:

Loading config file
Done
Reading images from host_folder == '/home/zhuofu/Develop/barinova_pedestrians_detection-master/example/tud-campus-sequence/'
Created output folder /home/zhuofu/Develop/barinova_pedestrians_detection-master/example/results/
Reading forest from file ...
Forest file doesn't exist!

My campus_config file:

// folder with input images
/home/zhuofu/Develop/barinova_pedestrians_detection-master/example/tud-campus-sequence/
\\
// output folder
/home/zhuofu/Develop/barinova_pedestrians_detection-master/example/results/
\\
// width of a bounding box at each scale corresponding to detection
40
\\
// height of a bounding box at each scale corresponding to detection
84
\\
// number of scales for multi-scale detection
5
\\
// resize images before detection by this coefficient
0.55
\\
//forest name
/home/zhuofu/Develop/barinova_pedestrians_detection-master/example/barpedestrian.dat
\\
//size of patch in a forest
16
\\
// half of maximum width of object in the data used for training the forest
30
\\
// half of maximum height of object in the data used for training the forest
45
\\
// bias of background cost, parameter of detection algorithm
8.5
\\
// penalty for adding a hypothesis, parameter of detection algorithm
1500
\\
//only patches with probabilities to belong to background lower than this threshold can vote
0.7
\\
//minimal allowed probability of a patch to belong to object, if probability is lesser the vote is ignored
0.00005
\\
// radius of blur for hough images
5
\\
// size of images at subsequent scales differ by coefficient 
0.85
\\
// maximum number of objects in an image
8
@rajattrt
Copy link

Is the issue solved?

@mishoo2
Copy link

mishoo2 commented Sep 26, 2015

I changed this:
/root/barinova_pedestrians_detection-master/example\pedestrian.dat
to this:
/root/barinova_pedestrians_detection-master/example/pedestrian.dat

In campus-config.txt (in linux) and problem went away.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants