我的视频blog地址 http://www.lofter.com/blog/cloudrivers
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 46 下一页
摘要: ###################[准备 Jetson Nano 系统环境]################### sudo groupadd --system ggc_group sudo useradd --system ggc_user sudo apt install openjdk-8 阅读全文
posted @ 2020-01-04 15:08 Michael云擎 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 1, Crawler.py 获取网络视频的弹幕json文件 2,DataPrepare.py 提取json文件中的弹幕到txt文本文件中 3,ComprehendAgency.py 调用Comprehend分析文本格式的弹幕 4,ConvertCompToESformat.py 将Comprehen 阅读全文
posted @ 2020-01-02 22:56 Michael云擎 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 官方示例链接 https://mxnet.apache.org/api/python/docs/tutorials/performance/backend/tensorrt/tensorrt.html Optimizing Deep Learning Computation Graphs with 阅读全文
posted @ 2020-01-01 20:03 Michael云擎 阅读(921) 评论(0) 推荐(0) 编辑
摘要: 环境:ubuntu16.04 tensorrt版本:5.1.5.0 cuda版本:9.0 GPU:1080Ti Mxnet版本:1.3.1 cudnn:7.3.1 1、tensorrt安装: https://github.com/NVIDIA/TensorRT tensorrt的不同版本: http 阅读全文
posted @ 2020-01-01 19:50 Michael云擎 阅读(1001) 评论(1) 推荐(0) 编辑
摘要: MxNet模型导出ONNX模型Open Neural Network Exchange (ONNX)为AI模型提供了一种开源的数据模型格式。它定义了一个可扩展的计算图模型,以及内置运算符和标准数据类型的定义。它可以作为各种AI模型之间进行转换的媒介,例如,市面上没有现成的Caffe模型到MxNet模 阅读全文
posted @ 2020-01-01 19:37 Michael云擎 阅读(3239) 评论(0) 推荐(0) 编辑
摘要: Jetson TX2自带有一个板载摄像头,当然也可以在TX2上连接usb摄像头和csi摄像头。 1、打开板载摄像头 1)方法一:视屏分辨率预览 nvgstcapture-1.0 --prev-res=3 2)方法二:指定分辨率预览 nvgstcapture-1.0 --cus-prev-res=12 阅读全文
posted @ 2019-12-31 19:44 Michael云擎 阅读(1916) 评论(0) 推荐(0) 编辑
摘要: https://github.com/dusty-nv/jetson-inference/blob/master/docs/building-repo-2.md Provided with the repo is a library of TensorRT-accelerated deep lear 阅读全文
posted @ 2019-12-30 21:47 Michael云擎 阅读(352) 评论(0) 推荐(0) 编辑
摘要: HTTP,GET请求,无参 GET http://httpbin.org/get Python3 http.client import http.client # 1. 建立HTTP连接 conn = http.client.HTTPConnection("httpbin.org") # 2. 发送 阅读全文
posted @ 2019-12-30 17:10 Michael云擎 阅读(526) 评论(0) 推荐(0) 编辑
摘要: 测试板载摄像头 1)方法一:视屏分辨率预览 nvgstcapture-1.0 --prev-res=3 2)方法二:指定分辨率预览 nvgstcapture-1.0 --cus-prev-res=1280x720 命令行输入“q”退出,输入“j”图片将保存在当前目录下。 初始化 Jetson Nan 阅读全文
posted @ 2019-12-29 00:03 Michael云擎 阅读(941) 评论(0) 推荐(0) 编辑
摘要: 准备工作:写入系统镜像 准备microSD卡(32G以上), 官网下载系统镜像(Ubuntu 18.04LTS); https://developer.nvidia.com/embedded/dlc/jetson-nano-dev-kit-sd-card-image (2)下载镜像制作工具Etche 阅读全文
posted @ 2019-12-28 21:46 Michael云擎 阅读(2107) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 46 下一页
我的视频blog地址 http://www.lofter.com/blog/cloudrivers