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

Fix crash (SIGSEGV) on running ./darknet detect command #57

Merged
merged 1 commit into from
May 14, 2017

Conversation

lilohuang
Copy link
Contributor

@lilohuang lilohuang commented May 14, 2017

The extern symbol of test_detector is wrong on darknet.c which leads to a SIGSEGV error on running ./darknet detect cfg/yolo.cfg yolo.weights data/dog.jpg

https://groups.google.com/forum/#!topic/darknet/wImTkjoMO2U
https://groups.google.com/forum/#!topic/darknet/pFeEZmpW9co

A lot of people got the same problem, I think this change should be merged to master. Thank you.

…ghts data/dog.jpg

The extern symbol of test_detector is wrong on darknet.c which leads to a SIGSEGV error.
@pjreddie pjreddie merged commit 2634051 into pjreddie:master May 14, 2017
@lilohuang lilohuang deleted the Fix-crash-on-detect-command branch June 3, 2017 16:56
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

Successfully merging this pull request may close these issues.

None yet

2 participants