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
when I run the code, I have get an error is that ```Segmentation fault (core dumped)```.
The text was updated successfully, but these errors were encountered:
I have also this problem. Could you solve it ? @zhoujinhai @walktree
Sorry, something went wrong.
I got the same problem because I run the code at the wrong directory.
Did you do ./build/yolo-app ?
./build/yolo-app
you should cd build, and then ./yolo-app
cd build
./yolo-app
I think the Error handling code is not good enough.
print error message and exit if file not found. walktree#20 walktree#27
a83804c
Merge pull request #33 from reveriel/master
c0da9da
print error message and exit if file not found. #20 #27
No branches or pull requests
The text was updated successfully, but these errors were encountered: