All Projects → Tony607 → tf_jetson_nano

Tony607 / tf_jetson_nano

Licence: other
How to run Keras model on Jetson Nano

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to tf jetson nano

JetsonTeach
space.bilibili.com/425957063/channel/detail?cid=73027
Stars: ✭ 16 (-76.12%)
Mutual labels:  jetson-nano
dofbot-jetson nano
Yahboom DOFBOT AI Vision Robotic Arm with ROS for Jetson NANO 4GB B01
Stars: ✭ 24 (-64.18%)
Mutual labels:  jetson-nano
JetsonNano DT SPI
SPI1 enabled DTS and flash-tools for Jetson Nano
Stars: ✭ 25 (-62.69%)
Mutual labels:  jetson-nano
buildKernelAndModules
Build the Linux Kernel and Modules on board the NVIDIA Jetson Nano Developer Kit
Stars: ✭ 68 (+1.49%)
Mutual labels:  jetson-nano
dockerfile-yolov5-jetson
Dockerfile for yolov5 inference on NVIDIA Jetson
Stars: ✭ 30 (-55.22%)
Mutual labels:  jetson-nano
Jetson-Nano-image
Jetson Nano image with deep learning frameworks
Stars: ✭ 46 (-31.34%)
Mutual labels:  jetson-nano
trt pose hand
Real-time hand pose estimation and gesture classification using TensorRT
Stars: ✭ 137 (+104.48%)
Mutual labels:  jetson-nano
dd performances
DeepDetect performance sheet
Stars: ✭ 92 (+37.31%)
Mutual labels:  jetson-nano
installROS
Install ROS Melodic on NVIDIA Jetson Development Kits
Stars: ✭ 75 (+11.94%)
Mutual labels:  jetson-nano
object-detection
Object detection on Jetson Nano, Raspberry Pi and Laptop
Stars: ✭ 49 (-26.87%)
Mutual labels:  jetson-nano
Face-Recognition-Jetson-Nano
Recognize 2000+ faces on your Jetson Nano with database auto-fill and anti-spoofing
Stars: ✭ 63 (-5.97%)
Mutual labels:  jetson-nano
lego-mindstorms-51515-jetson-nano
Combines the LEGO Mindstorms 51515 with the NVIDIA Jetson Nano
Stars: ✭ 31 (-53.73%)
Mutual labels:  jetson-nano
yolov5-deepsort-tensorrt
A c++ implementation of yolov5 and deepsort
Stars: ✭ 207 (+208.96%)
Mutual labels:  jetson-nano
installLibrealsense
Build and install Intel's librealsense for the NVIDIA Jetson Nano Developer Kit
Stars: ✭ 134 (+100%)
Mutual labels:  jetson-nano
linux nvidia jetson
Allied Vision CSI-2 camera driver for NVIDIA Jetson Systems. Currently supporting Nano, TX2, AGX Xavier, and Xavier NX. Support for TX2 NX coming soon.
Stars: ✭ 68 (+1.49%)
Mutual labels:  jetson-nano
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 (+92.54%)
Mutual labels:  jetson-nano
DeepWay.v2
Autonomous navigation for blind people
Stars: ✭ 65 (-2.99%)
Mutual labels:  jetson-nano
JetScan
JetScan : GPU accelerated portable RGB-D reconstruction system
Stars: ✭ 77 (+14.93%)
Mutual labels:  jetson-nano
installRealSenseROS
Install the realsense-ros library on NVIDIA Jetson Nano Developer Kit.
Stars: ✭ 27 (-59.7%)
Mutual labels:  jetson-nano
ros jetson stats
🐢 The ROS jetson-stats wrapper. The status of your NVIDIA jetson in diagnostic messages
Stars: ✭ 55 (-17.91%)
Mutual labels:  jetson-nano

Run Keras/Tensorflow model on Jetson Nano

How to Run

Require Python 3.5+ and Jupyter notebook installed

Clone or download this repo

git clone https://github.com/Tony607/tf_jetson_nano

Install required libraries for your development machine

pip3 install -r requirements.txt

A. The Keras Image classification model

How to run Keras model on Jetson Nano | DLology Blog

Step1: Convert Keras model into TensorRT model

On development machine or Google Colab

To run locally, start a terminal, then run,

jupyter notebook

In the opened browser window open

Step1_Colab_TensorRT.ipynb

Step2: Make prediction (On Jetson Nano)

To run notebook on Jetson Nano and make it accessible from another machine, in its terminal run,

jupyter notebook --ip=0.0.0.0

In another machine's browser, open the notebook,

http://<Jetson Nano's LAN IP address>:8888/notebooks/Step2_keras-jetson-ImageNet-predict.ipynb

B.Tensorflow object detection model

How to run TensorFlow Object Detection model on Jetson Nano | DLology Blog

Step1: Convert Tensorflow object detection model into TensorRT model

On development machine or Google Colab Notebook

To run locally, start a terminal, then run,

jupyter notebook

In the opened browser window open

Step1_Object_detection_Colab_TensorRT.ipynb

Step2: Make prediction (On Jetson Nano)

To run notebook on Jetson Nano and make it accessible from another machine, in its terminal run,

jupyter notebook --ip=0.0.0.0

In another machine's browser, open the notebook,

http://<Jetson Nano's LAN IP address>:8888/notebooks/Step2_jetson-object-detection-predict.ipynb
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].