All Projects → openzeka → Tensorflow-for-Jetson-TX2

openzeka / Tensorflow-for-Jetson-TX2

Licence: other
Tensorflow for Jetson TX2

Projects that are alternatives of or similar to Tensorflow-for-Jetson-TX2

DLARM
DLARM: Dissertation for Computer Science Masters Degree at UFRGS
Stars: ✭ 24 (-17.24%)
Mutual labels:  aarch64, jetson-tx2
smart-social-distancing
Social Distancing Detector using deep learning and capable to run on edge AI devices such as NVIDIA Jetson, Google Coral, and more.
Stars: ✭ 129 (+344.83%)
Mutual labels:  jetson, jetson-tx2
Jetson Inference
Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.
Stars: ✭ 5,191 (+17800%)
Mutual labels:  jetson, jetson-tx2
tx2-flash
Guidance to flash JetPack to NVIDIA TX2 with Mac through a VirtualBox (VM)
Stars: ✭ 40 (+37.93%)
Mutual labels:  jetpack, jetson-tx2
lane detection
Lane detection for the Nvidia Jetson TX2 using OpenCV4Tegra
Stars: ✭ 15 (-48.28%)
Mutual labels:  jetson-tx2
mvvm develop
mvvm+jetpack快速开发框架,包括一些常用工具封账
Stars: ✭ 23 (-20.69%)
Mutual labels:  jetpack
WanAndroidJetpack
🔥 WanAndroid 客户端,Kotlin + MVVM + Jetpack + Retrofit + Glide。基于 MVVM 架构,用 Jetpack 实现,网络采用 Kotlin 的协程和 Retrofit 配合使用!精美的 UI,便捷突出的功能实现,欢迎下载体验!
Stars: ✭ 124 (+327.59%)
Mutual labels:  jetpack
Rick-and-Morty
The Rick And Morty - MVVM with a clean architecture approach using some of the best practices in Android Development.
Stars: ✭ 45 (+55.17%)
Mutual labels:  jetpack
TensorFlow-Raspberry-Pi 64-bit
TensorFlow installation wheels for Raspberry Pi 64 OS
Stars: ✭ 27 (-6.9%)
Mutual labels:  aarch64
SplashScreen
Splash screen demo that used with Jetpack ‘SplashScreen‘ library and Android 12's Splash Screen API.
Stars: ✭ 46 (+58.62%)
Mutual labels:  jetpack
opendlv
OpenDLV - A modern microservice-based software ecosystem powered by libcluon to make vehicles autonomous.
Stars: ✭ 67 (+131.03%)
Mutual labels:  aarch64
AheuiJIT
Aheui JIT compiler for PC and web
Stars: ✭ 27 (-6.9%)
Mutual labels:  aarch64
MockAppMVVM
A sample app structure using the MVVM architecture using Retrofit, Dagger2, LiveData, RxJava, ViewModel and Room.
Stars: ✭ 14 (-51.72%)
Mutual labels:  jetpack
play with tensorrt
Sample projects for TensorRT in C++
Stars: ✭ 39 (+34.48%)
Mutual labels:  jetson
pytorch-aarch64
PyTorch wheels (whl) & conda for aarch64 / ARMv8 / ARM64
Stars: ✭ 137 (+372.41%)
Mutual labels:  aarch64
bitcoin-market-android
Bitcoin Market app shows you the current Bitcoin market price and price chart of different time intervals 💰
Stars: ✭ 284 (+879.31%)
Mutual labels:  jetpack
keyring-social-importers
A collection of importers which pull your content back from social networks, and into your own WordPress install.
Stars: ✭ 26 (-10.34%)
Mutual labels:  jetpack
isaac ros argus camera
ROS2 packages based on NVIDIA libArgus library for hardware-accelerated CSI camera support.
Stars: ✭ 21 (-27.59%)
Mutual labels:  jetson
Smooth-Navigation
提供流畅的 Jetpack Navigation 转场体验。并解决 GitHub 上 Navigation Add Hide 修改版普遍存在的致命缺陷。
Stars: ✭ 204 (+603.45%)
Mutual labels:  jetpack
installRACECARJ
Install the ROS stack, MIT RACECAR Packages, and hardware support on RACECAR/J.
Stars: ✭ 28 (-3.45%)
Mutual labels:  jetson-tx2

Tensorflow 1.6 for Jetson TX2. Pre-built wheel files for installing TensorFlow 1.6 on Jetson TX2.

Installation

Get wheel files

For now it is only built for Jetson TX2

git clone https://github.com/openzeka/Tensorflow-for-Jetson-TX2.git

Jetpack 3.1

  • Python 2.7
cd Tensorflow-for-Jetson-TX2/Jetpack-3.1/1.6
sudo pip install tensorflow-1.6.0rc1-cp27-cp27mu-linux_aarch64.whl

Jetpack 3.2

  • Python 2.7
cd Tensorflow-for-Jetson-TX2/Jetpack-3.2/1.6
sudo pip2 install tensorflow-1.6.0rc1-cp27-cp27mu-linux_aarch64.whl
  • Python 3.5
cd Tensorflow-for-Jetson-TX2/Jetpack-3.2/1.6
sudo pip3 install tensorflow-1.6.0rc1-cp35-cp35m-linux_aarch64.whl

Build environment

If you install Jetpack 3.1

  • Jetpack 3.1
  • CUDA 8.0
  • cuDNN 6.0.21

If you install Jetpack 3.2

  • Jetpack 3.2
  • CUDA 9.0
  • cuDNN 7.0.05
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].