├── BuildTensorflow.sh ├── InstallandClean.sh ├── README.md ├── TensorflowObjectDetection.sh ├── bazel_build.sh ├── bazel_dependencies.sh ├── helperscript ├── jetson.patch ├── license.txt ├── tf_build.sh └── tf_dependencies.sh /BuildTensorflow.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JasonAtNvidia/JetsonTFBuild/HEAD/BuildTensorflow.sh -------------------------------------------------------------------------------- /InstallandClean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JasonAtNvidia/JetsonTFBuild/HEAD/InstallandClean.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JasonAtNvidia/JetsonTFBuild/HEAD/README.md -------------------------------------------------------------------------------- /TensorflowObjectDetection.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JasonAtNvidia/JetsonTFBuild/HEAD/TensorflowObjectDetection.sh -------------------------------------------------------------------------------- /bazel_build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JasonAtNvidia/JetsonTFBuild/HEAD/bazel_build.sh -------------------------------------------------------------------------------- /bazel_dependencies.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JasonAtNvidia/JetsonTFBuild/HEAD/bazel_dependencies.sh -------------------------------------------------------------------------------- /helperscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JasonAtNvidia/JetsonTFBuild/HEAD/helperscript -------------------------------------------------------------------------------- /jetson.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JasonAtNvidia/JetsonTFBuild/HEAD/jetson.patch -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JasonAtNvidia/JetsonTFBuild/HEAD/license.txt -------------------------------------------------------------------------------- /tf_build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JasonAtNvidia/JetsonTFBuild/HEAD/tf_build.sh -------------------------------------------------------------------------------- /tf_dependencies.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JasonAtNvidia/JetsonTFBuild/HEAD/tf_dependencies.sh --------------------------------------------------------------------------------