Last active
September 28, 2017 01:38
-
-
Save SeaOfOcean/e691c411acdcda2575bed6a0274baf7a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. clone analytics-zoo project | |
| ```bash | |
| git clone https://github.com/intel-analytics/analytics-zoo.git | |
| ``` | |
| 2. install image transformer library | |
| ``` | |
| # mvn install image transformer lib | |
| cd transform/vision | |
| mvn clean install | |
| ``` | |
| 3. build ssd project | |
| cd ${analytics-zoo}/pipeline/ssd | |
| * Linux | |
| ```bash | |
| mvn clean package -DskipTests | |
| ``` | |
| * Mac | |
| ``` | |
| mvn clean package -DskipTests -P mac | |
| ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment