Skip to content

Commit

Permalink
documented in readme my recent obstacles with macOS 10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
b-g committed Sep 6, 2017
1 parent 5f94bb1 commit 7eab1ca
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@ Currently, the wrapper implements a demo method to run a recognition from the we

## Prerequisites

Requires modern Node and NPM versions (tested with latest LTS release Node v6.*.*, npm 3.*.*, supposed to work with the newer versions as well). Also this module requires OpenCV (version 2, for example, 2.4.9.1) to be installed. First, you need to compile [this fork](https://github.com/OrKoN/darknet) of darknet with OpenCV support (optionally, with CUDA support):
Requires:

- Modern Node and NPM versions (tested with latest LTS release Node v6.*.*, npm 3.*.*, supposed to work with the newer versions as well)
- OpenCV (version 2, for example, 2.4.9.1) to be installed on your system
- If you are on a mac: macOS 10.12 Sierra or newer, Apple LLVM version 8.0.0 (xcode 8.2, check version with `clang -v`). For GPU support, Nvidia [CUDA Toolkit](https://developer.nvidia.com/cuda-downloads)

First, you need to compile [this fork](https://github.com/OrKoN/darknet) of darknet with OpenCV support (optionally, with CUDA support):

```sh
git clone https://github.com/OrKoN/darknet
Expand Down

0 comments on commit 7eab1ca

Please sign in to comment.