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

Errors while running examples #5

Closed
IshankGulati opened this issue Feb 28, 2016 · 2 comments
Closed

Errors while running examples #5

IshankGulati opened this issue Feb 28, 2016 · 2 comments

Comments

@IshankGulati
Copy link
Contributor

I am on Ubuntu 14.04. I am trying to run examples but I am facing some problems

I was running od_image_hog_files and od_cascade_files and I received

winSize: [64 x 128]
blockSize: [16 x 16]
blockStride: [8 x 8]
cellSize: [8 x 8]
hitThreshold: 0.98114
init done 
opengl support available 
Segmentation fault (core dumped)

od_multihog_app also crashes

HOG TYPE: OpenCV Default People
winSize: [64 x 128]
blockSize: [16 x 16]
blockStride: [8 x 8]
cellSize: [8 x 8]
hitThreshold: 0
HOG TYPE: OpenCV Daimler People
winSize: [64 x 128]
blockSize: [16 x 16]
blockStride: [8 x 8]
cellSize: [8 x 8]
hitThreshold: 1.2
HOG TYPE: Custom HOG features loaded from: /home/ishank/Workspace/opendetection/opendetection_data/trained_data/TD_HOG/odtrained.hog.xml
winSize: [64 x 128]
blockSize: [16 x 16]
blockStride: [8 x 8]
cellSize: [8 x 8]
hitThreshold: 0.98114
GStreamer: Error opening bin: Unrecoverable syntax error while parsing pipeline TownCentre.avi
CvCapture_OpenNI::CvCapture_OpenNI : Failed to open input file (TownCentre.avi): Bad file extension
init done 
opengl support available 
Segmentation fault (core dumped)

I think it's probably some unmet dependency. Any idea how to resolve?

@krips89
Copy link
Owner

krips89 commented Mar 7, 2016

Hi,
Not that I know of yet. This has to be debugged properly.
The first trivial attempt of doing it is to get stack trace to identify the point of failure. Can you update this thread with the stack traces from both the examples?
Thanks

@IshankGulati
Copy link
Contributor Author

@krips89 app is working just fine. It was some issue at my end. I am closing this issue.

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

2 participants