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

Segmentation fault when running examples/indoor/eval_detection test_yolo_v2.py #24

Open
VivekMaran27 opened this issue Jul 27, 2018 · 0 comments

Comments

@VivekMaran27
Copy link

Description:
I was able to convert the yolo.weights to caffemodel successfuly using the script convert_weights_to_caffemodel.py, but when I try to run a detection example, it is causing a segmentation fault. Platform am using is Jetson-TX2

Error log:
0727 05:31:26.794594 18700 net.cpp:261] This network produces output detection_eval
I0727 05:31:26.794610 18700 net.cpp:261] This network produces output region1
I0727 05:31:26.794724 18700 net.cpp:274] Network initialization done.
/home/nvidia/.local/lib/python2.7/site-packages/skimage/io/_io.py:49: UserWarning: as_grey has been deprecated in favor of as_gray
warn('as_grey has been deprecated in favor of as_gray')
/home/nvidia/.local/lib/python2.7/site-packages/skimage/transform/_warps.py:105: UserWarning: The default mode, 'constant', will be changed to 'reflect' in skimage 0.15.
warn("The default mode, 'constant', will be changed to 'reflect' in "
/home/nvidia/.local/lib/python2.7/site-packages/skimage/transform/_warps.py:110: UserWarning: Anti-aliasing will be enabled by default in skimage 0.15 to avoid aliasing artifacts when down-sampling images.
warn("Anti-aliasing will be enabled by default in skimage 0.15 to "
Segmentation fault (core dumped)

Crash log:
0000007f967836f8 in std::vector<float, std::allocator > caffe::get_region_box(float*, std::vector<float, std::allocator >, int, int, int, int, int, int) () from /home/nvidia/caffe/python/caffe/../../build/lib/libcaffe.so.1.0.0-rc3

Can you please let me know what am missing?

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

1 participant