Skip to content

zhuhaijun753/TX2_installCaffeJTX2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

installCaffeJTX2

Install Caffe on the NVIDIA Jetson TX2 Development Kit.

Caffe: a fast open framework for deep learning. http://caffe.berkeleyvision.org/ Caffe source code is here: https://github.com/BVLC/caffe

Scripts to install Caffe and dependencies on the NVIDIA Jetson TX2 Development Kit. This script is for L4T 27.1, an Ubuntu 16.04 variant.

To maximize the performance of the Jetson TX2, you can use the jetson_clocks.sh script which enables all CPU cores, and maximizes clock speeds on the CPUs and GPU. JetPack 3 installs jetson_clocks.sh in the home directory.

For best results on the Jetson TX2 install:

  • L4T 27.1 (Ubuntu 16.04)
  • OpenCV4Tegra
  • CUDA 8.0
  • cuDNN v5.1

These can all be installed with JetPack 3.

To install, run the installCaffe.sh script:

$ ./installCaffe.sh

Last tested with last Github Caffe commit: 317d162acbe420c4b2d1faa77b5c18a3841c444c

About

Install Caffe on the NVIDIA Jetson TX2 Development Kit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%