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

darknet version with MacOS El Capitan #2

Closed
crazymxm opened this issue May 20, 2017 · 1 comment
Closed

darknet version with MacOS El Capitan #2

crazymxm opened this issue May 20, 2017 · 1 comment

Comments

@crazymxm
Copy link

It would be nice if you could offer the darknet version with MacOS El Capitan,so we can run yolo9000 on our mac.

@philipperemy
Copy link
Owner

Thanks for reaching out @crazymxm ! Good news I can make it work without you to download anything!

The latest version of darknet seems to yield a Segmentation Fault on OSX El Capitan.

I could make it work that way:

git clone --recursive git@github.com:philipperemy/yolo-9000.git
cd yolo-9000
cat yolo9000-weights/x* > yolo9000-weights/yolo9000.weights # it was generated from split -b 95m yolo9000.weights
md5sum yolo9000-weights/yolo9000.weights # d74ee8d5909f3b7446e9b350b4dd0f44  yolo9000.weights
cd darknet
git reset --hard b61bcf544e8dbcbd2e978ca6a716fa96b37df767
make # Will run on CPU. For GPU support, scroll down!
./darknet detector test cfg/combine9k.data cfg/yolo9000.cfg ../yolo9000-weights/yolo9000.weights data/horses.jpg

The only difference here is this line:

git reset --hard b61bcf544e8dbcbd2e978ca6a716fa96b37df767

I explicitly ask for this commit because I know that it was working.

What we can do (later on) is to investigate which commit triggers this segmentation fault.

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