-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Netzeband edited this page Mar 20, 2017
·
16 revisions
This is a collection of scripts and tutorials that are useful to setup the Jetson TX1 development board from NVIDIA the first time. Furthermore it explains how to install important frameworks like Tensorflow and OpenCV3, so the google im2txt ("show and tell") neural network (article) can operate on Jetson.
Attention: This repository uses git-lfs for large files. You need to install git-lfs in order to download the large binary files.
A screen-shot from the im2txt application at this repository:
- Install Jetpack on the Host PC
- Flash the Jetson TX1
- Basic Jetson setup
- Install Tensorflow on Jetson
- Install OpenCV3 on Jetson
- Install im2txt on Jetson
Since this is a collection of different tutorials and scripts from different sources, almost every single directory or file has it's own license. The following sources and licenses are used:
(<reprository-root>
is the root directory of this repository)
-
<reprository-root>/post-flash-scripts/*
: Source, License: MIT -
<reprository-root>/opencv3/*
: Source, License: BSD License -
<reprository-root>/patches/
:-
bazel-patch.diff
: Source, License: unknown -
tensorflow-patch1.diff
: Source: my own, License: MIT -
tensorflow-patch2.diff
: Source, License: unknown
-
-
<reprository-root>/tensorflow-jetson/*
: Source, License: Apache License -
<reprository-root>/im2txt-app/im2txt/*
: Source, License: Apache License -
<reprository-root>/im2txt-app/*.py
: Source: my own, License: MIT -
<reprository-root>/im2txt-model/*
: Source, License: unknown -
<reprository-root>/im2txt-images/*
: Source, License -
<reprository-root>/run-im2txt.sh
: Source: my own, License: MIT