前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >关于在Jetson TX2跑的那些深度学习的例子

关于在Jetson TX2跑的那些深度学习的例子

作者头像
GPUS Lady
发布2018-08-17 14:34:22
1.9K0
发布2018-08-17 14:34:22
举报
文章被收录于专栏:GPUS开发者GPUS开发者

Lady我总结了NVIDIA官方论坛推荐的几个在Jetson TX2跑的例子/教程,供各小主儿们学习。

注意TensorRT的掌握!

1

这是一个很经典的教程:教您如何在台式机上安装DIGITS,如何在台式机上训练,然后如何在Jetson TX2上做推理

Table of Contents

  • DIGITS Workflow
  • System Setup
  • Building from Source on Jetson
  • Classifying Images with ImageNet
    • Using the Console Program on Jetson
    • Running the Live Camera Recognition Demo
    • Re-training the Network with DIGITS
    • Downloading Image Recognition Dataset
    • Customizing the Object Classes
    • Importing Classification Dataset into DIGITS
    • Creating Image Classification Model with DIGITS
    • Testing Classification Model in DIGITS
    • Downloading Model Snapshot to Jetson
    • Loading Custom Models on Jetson
  • Locating Object Coordinates using DetectNet
    • Detection Data Formatting in DIGITS
    • Downloading the Detection Dataset
    • Importing the Detection Dataset into DIGITS
    • Creating DetectNet Model with DIGITS
    • Testing DetectNet Model Inference in DIGITS
    • Downloading the Model Snapshot to Jetson
    • DetectNet Patches for TensorRT
    • Processing Images from the Command Line on Jetson
    • Multi-class Object Detection Models
    • Running the Live Camera Detection Demo on Jetson
  • Image Segmentation with SegNet
    • Downloading Aerial Drone Dataset
    • Importing the Aerial Dataset into DIGITS
    • Generating Pretrained FCN-Alexnet
    • Training FCN-Alexnet with DIGITS
    • Testing Inference Model in DIGITS
    • FCN-Alexnet Patches for TensorRT
    • Running Segmentation Models on Jetson

Lady我觉得很适合高校教师用这个写课件开设深度学习相关课程

链接地址:https://github.com/dusty-nv/jetson-inference/blob/master/README.md#table-of-contents

2

不少用户也反应怎么进行TensorRT的编程。这个教程可以看看:

TensorFlow->TensorRT Image Classification

Table of Contents

  • Model overview
  • Setup
  • Download models and create frozen graphs
  • Convert frozen graph to TensorRT engine
  • Execute TensorRT engine
  • Benchmark all models

链接地址:https://github.com/NVIDIA-Jetson/tf_to_trt_image_classification

3

一个老外写的blog:

Trying out TensorRT on Jetson TX2

链接:https://jkjung-avt.github.io/tensorrt-cats-dogs/

他还写了不少教程,大家都可以仔细阅读

4

这个人脸识别的DEMO也是有用到深度学习和TensorRT哟

在Jetson TX2上跑个人脸识别小程序

链接地址:https://github.com/AastaNV/Face-Recognition

想想是否可以做个办公室考勤系统?

5

ChatBot: Use TensorRT to Inference a TensorFlow Model

展示了如何利用TensorRT来加速Jetson上的TensorFlow推断

链接地址:https://github.com/AastaNV/ChatBot

6

NV Deepstream SDK 是一个不错的工具,这个SDK借助NVIDIA Tesla GPU和Jetson 的硬件特性(包括卓越的解码性能,通过降低精度进行高速推理以及低功耗),帮助开发人员快速构建高效、高性能的视频分析应用程序。

建议大家跑一跑,感受一下,这个SDK也是有用到TensorRT。

再教一招NVIDIA Jetson TX2上的骚操作

本文参与 腾讯云自媒体分享计划,分享自微信公众号。
原始发表:2018-08-01,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 GPUS开发者 微信公众号,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • TensorFlow->TensorRT Image Classification
  • ChatBot: Use TensorRT to Inference a TensorFlow Model
相关产品与服务
人脸识别
腾讯云神图·人脸识别(Face Recognition)基于腾讯优图强大的面部分析技术,提供包括人脸检测与分析、比对、搜索、验证、五官定位、活体检测等多种功能,为开发者和企业提供高性能高可用的人脸识别服务。 可应用于在线娱乐、在线身份认证等多种应用场景,充分满足各行业客户的人脸属性识别及用户身份确认等需求。
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档