Skip to content

Instantly share code, notes, and snippets.

View corenel's full-sized avatar
💭
I may be slow to respond.

Yusu Pan corenel

💭
I may be slow to respond.
View GitHub Profile
@corenel
corenel / README.md
Last active January 16, 2018 21:29
Install MXNet on macOS High Sierra 10.13.2 with GTX1080Ti, CUDA 9.1 and cuDNN 7
  1. Since CUDA 9.1 doesn't support LLVM 9.0.0, you need to install Xcode 8.3.2 with LLVM 8.1.0 for compiling CUDA programs.
  2. Select Xcode 8.3.2 for Command Line Tools in Xcode. (Or use xcode-select)
  3. Clone MXNet
$ https://github.com/apache/incubator-mxnet.git --recursive
$ cd incubator-mxnet
  1. Configure:
  • use default config for macOS:
@corenel
corenel / install.sh
Last active January 7, 2018 14:41
chromebrew git checksum fix
#chromebrew directories
OWNER="skycocker"
REPO="chromebrew"
BRANCH="master"
URL="https://raw.githubusercontent.com/$OWNER/$REPO/$BRANCH"
CREW_PREFIX=${CREW_PREFIX:-/usr/local}
CREW_LIB_PATH=$CREW_PREFIX/lib/crew/
CREW_CONFIG_PATH=$CREW_PREFIX/etc/crew/
CREW_BREW_DIR=$CREW_PREFIX/tmp/crew/
CREW_DEST_DIR=$CREW_BREW_DIR/dest
@corenel
corenel / INSTALL.md
Last active January 18, 2018 08:36
Installation of OpenCV 3 in virtualenv on Ubuntu 16.04
  1. download OpenCV 3.3.1 and unzip.
# download opencv 3.3.1
# https://codeload.github.com/opencv/opencv/zip/3.3.1
unzip opencv-3.3.1.zip
cd opencv-3.3.1
mkdir build
cd build
@corenel
corenel / README.md
Last active December 4, 2017 16:07
Install MXNet on TX1 with ROS-OpenCV 3.2.0

See this tutorial on TX2.

Tips:

  1. Modify Makefile:
  • specify path of include and library of ros-opencv
export PKG_CONFIG_PATH=/opt/ros/kinetic/lib/pkgconfig:$PKG_CONFIG_PATH
sudo timedatectl set-ntp 0
sudo timedatectl set-time "2017-07-28 09:19:40"
sudo timedatectl set-timezone Asia/Tokyo