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

How to run test-object-detector file? #18

Open
TuanHAnhVN opened this issue Aug 29, 2017 · 2 comments
Open

How to run test-object-detector file? #18

TuanHAnhVN opened this issue Aug 29, 2017 · 2 comments

Comments

@TuanHAnhVN
Copy link

When running "test-object-detector" line in terminal, it's not successful. :(. Error: "test-object-detector: command not found". I changed name to test-object-detector.py to run but not success with error: "../data/dataset/CarData.tar.gz: No such file or directory
tar (child): ../data/dataset/CarData.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
Traceback (most recent call last):
File "../object-detector/extract-features.py", line 5, in
from sklearn.externals import joblib
ImportError: No module named sklearn.externals
Traceback (most recent call last):
File "../object-detector/train-classifier.py", line 3, in
from sklearn.svm import LinearSVC
ImportError: No module named sklearn.svm
Traceback (most recent call last):
File "../object-detector/test-classifier.py", line 5, in
from sklearn.externals import joblib
ImportError: No module named sklearn.externals"

Help me! thanks

@arcslash
Copy link

Did you check whether the scikit-learn is installed for python2?
And download dataset and save in under /data/dataset

@karlLiuk
Copy link

u should create a directory 'dataset' below data

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