tx2
The Straggling Crow
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
解决Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
sudo apt-get install --fix-missing原创 2022-03-01 14:42:20 · 304 阅读 · 0 评论 -
tx2 install tensorflow TeaRoom Project
View the version number of the installationpip3 list1、换源在你的Ubuntu收藏里Pillow安装报错:The headers or library files could not be found for jpeg解决方法:sudo apt-get install libjpeg-dev zlib1g-dev2、no module skimagepip3 install scikit-image3、tensorflow安装..原创 2021-09-08 14:27:00 · 147 阅读 · 0 评论 -
tx2 配置静态ip和dhcp
静态用这个网址dhcp就改成 ifcace eth0 inet dhcp转载 2021-03-24 13:47:44 · 293 阅读 · 0 评论 -
OTA update JetPack
官网教学转载 2021-01-28 16:22:40 · 209 阅读 · 0 评论 -
miivii镜像下载地址
http://download.miivii.com:3000/s/NHFn4DjRx3DGSPz?path=%2F04.MIIVII-S2-TX2%2F4.4-v1.1.0原创 2021-01-12 16:12:51 · 560 阅读 · 0 评论 -
查看资源占用和jetpack版本号
1、sudo apt install python3-pip2、sudo -H pip3 install jetson-stats3、sudo jtop原创 2020-12-16 16:10:25 · 1809 阅读 · 0 评论 -
Xavier-NX杂记
1、jetpack4.4 是一系列的库或者工具集合原创 2020-11-27 14:10:50 · 243 阅读 · 0 评论 -
远程控制关机,重启
sudo rebootsudo shutdown -r now原创 2020-05-12 14:14:19 · 237 阅读 · 0 评论 -
cannot import name '_validate_lengths'
/usr/local/lib/python3.6/dist-packages/skimage/util/arraycrop.pyimport numpy as npfrom numpy.lib.arraypad import _validate_lengths改成下面的import numpy as npfrom distutils.version import LooseVersion as Versionold_numpy = Version(np.__version__) < Ve转载 2020-05-12 13:47:13 · 265 阅读 · 0 评论 -
Error: Can’t initialize nvrm channel
论坛We are investigating the issue. A quick solution is to run chrome with sandbox disabled (chromium-browser --no-sandbox) or disabling gpu (chromium-browser --disable-gpu).转载 2020-04-24 09:43:59 · 2980 阅读 · 2 评论 -
TX2之五种工作模式介绍及切换方法,查看GPU工作情况
RAM主存5种查看工作情况转载 2020-04-13 17:01:39 · 934 阅读 · 0 评论 -
test1_app.c
test1_app.c//针对不同的消息类型进行相应的处理static gbooleanbus_call (GstBus * bus, GstMessage * msg, gpointer data){}//下面是main函数里的osd_sink_pad_buffer_probe //此方法将提取osd sink pad上接收到的元数据,并更新绘制矩形、对象信息等的参数//让...原创 2020-04-07 14:32:08 · 290 阅读 · 0 评论 -
几个版本的python管理opencv
主要看配置环境变量部分删除之前的opencv版本 uninstall_opencv.sh#!/bin/bashrm -rvf \/usr/local/include/opencv2/cvconfig.h \/usr/local/include/opencv2/opencv_modules.hpp \/usr/local/lib/pkgconfig/opencv.pc \/us...原创 2020-03-27 09:15:34 · 607 阅读 · 0 评论 -
Common Problems
ImportError: cannot import name ‘_validate_lengths’ 解决方法转载 2020-03-25 16:48:36 · 215 阅读 · 0 评论 -
gst-example
https://docs.nvidia.com/metropolis/deepstream/dev-guide/index.html#page/DeepStream%2520Development%2520Guide%2Fdeepstream_custom_plugin.html%23wwpID0E0TB0HA1、修改gst-example来自定义2、它处理整个frame,缩小和颜色转换处理...原创 2020-03-25 15:08:45 · 1244 阅读 · 0 评论 -
deepstream札记(2)----整体概要
1、用了deepstream使原来4s干完的事,1s就完事了2、主要两部分GStreamer负责视频编解码,tensorRT加速GPU推理。3、多路摄像头需要接多路Pipeline如何换模型,如何接视频多路?在deepstream app里有两者的答案...转载 2020-03-23 17:34:28 · 641 阅读 · 0 评论 -
deepstream搞摄像头
救星博客转载 2020-03-19 15:20:19 · 1757 阅读 · 2 评论 -
deepstream4.0运行yoloV3_tiny
1.首先下载权重文件和配置文件。 执行这个脚本 prebuild.sh。可以把脚本里的不需要的部分注释掉。提高下载速度。 ./prebuild.sh 2.编译工程 cd objectDetector_Yolo export CUDA_VER=10.0 make -C nvdsinfer_custom_impl_Yolo 这时候会在nvdsinfer_cu...转载 2020-03-19 15:13:48 · 1199 阅读 · 4 评论 -
deepstream-test2程序运行和讲解
好文博客拷贝sample_720p.h264到deepstream-test2cd deepstream-test2/make./deepstream-test2-app sample_720p.h264deepstream-test2相对deepstream-test1多了目标跟踪和分类。所以运行速度较慢...转载 2020-03-19 14:54:03 · 1040 阅读 · 0 评论 -
运行deepstream-test1
拷贝sample_720p.h264到deepstream-test1cd deepstream-test1/make./deepstream-test1-app sample_720p.h264原创 2020-03-19 14:29:54 · 1182 阅读 · 0 评论 -
tx2镜像备份和拷贝
关于将pc主机上的镜像文件拷贝到tx2上的方法一、给Linux主机搭建环境2.2 解压 Linux Driver Package$ tar –vxjf Tegra<t-arch|ver>_Linux_R _aarch64.tbz2生成文件夹目录 Linux_for_Tegra2.3 设置根文件系统1、进入 Linux Driver Package 的根文件系统目录$ ...原创 2020-03-19 09:18:16 · 1111 阅读 · 0 评论 -
飞云智盒
GPU 256核CPU 4核 8G内存原创 2020-02-25 09:30:56 · 765 阅读 · 0 评论 -
Ubuntu18.04下安装redis数据库
首先更新源sudo apt-get update安装命令:sudo apt-get install redis-server查看tcp 连接netstat -ap | grep 6379启动:服务:redis-server客户端: redis-cli转载 2020-02-20 11:38:20 · 215 阅读 · 0 评论 -
Ubuntu18.04安装docker
点转载 2020-01-16 13:42:34 · 159 阅读 · 0 评论 -
AMD,X86-----ARM,AArch64 内核简介
一、1、内核提供给操作系统最基本的功能,是操作系统的核心,负责管理进程、内存、设备驱动程序、文件和网络,决定系统的性能和稳定性2、一个CPU可以有多个内核二、1、X86----Intel开发的CPU架构,64位架构 x86-64=AMD64或Intel64; AMD—X86架构CPU供应商,除了Intel最大的3、ARM—另一种架构,用于移动设备或者边缘设备,低成本,低耗电,高性能。AA...原创 2020-01-16 10:16:13 · 3045 阅读 · 0 评论 -
解决装不上包
如果你用pip3 install 装不上的话就用sudo apt-get install python3-包名pip3 install pep517原创 2019-12-30 15:50:42 · 200 阅读 · 0 评论 -
Ubuntu TX2 开机自启
视个人电脑而异,我用的是Ubuntu,桌面gnome;首先创建你的sh脚本:touch auto_start.sh双击进去auto_start.sh, 进行编辑你自己pycharm 里 的python3 /home/test.py(根据自己情况去写)修改脚本权限:chmod 777 auto_start.sh打开终端,在终端中执行gnome-session-properties,会弹出一...原创 2019-08-29 18:21:37 · 494 阅读 · 0 评论 -
telnet
Ubuntu16.0418.04服务端客户端启动sudo apt install telnet原创 2019-12-26 14:05:46 · 169 阅读 · 0 评论 -
Chromium浏览器password unlock
查找password and key将关于浏览器那个password改成开机密码就行了原创 2019-12-25 13:40:19 · 430 阅读 · 0 评论 -
Check whether your GraphDef-interpreting binary is up to date with your GraphDef-generating binary.
sudo pip uninstall tensorflow-gpu==版本号因为机器里有两个版本的tensorflow-gpu卸载一个就行了原创 2019-12-23 14:29:02 · 1449 阅读 · 0 评论 -
sudo apt-get install python3-sklearn
sudo apt-get install python3-sklearn原创 2019-12-19 17:33:46 · 1045 阅读 · 0 评论 -
tx2 安装pyqt5
sudo apt-get install python3-pyqt5import PyQt5原创 2019-12-12 10:48:07 · 785 阅读 · 0 评论 -
树莓派,tx2打开摄像头,拍照
树莓派用这个sudo apt-get install cheese 装好后,用命令:cheese,即可打开sudo apt-get install camorama安装完成后,在终端中输入命令:camorama,即可显示出视频信息...原创 2019-12-11 09:55:47 · 697 阅读 · 0 评论 -
sh用来启动一系列py文件
比如sudo nvpmodel -m 0sudo jetson_clockspython3 /xxxx/SendNews.py &python3 /xxxx/redis_unregister.py &cd /home/edgeai/smart_bakpython3 test_id_system.py --source 0 --camera_id 1 --config c...原创 2019-12-06 16:31:48 · 714 阅读 · 0 评论 -
tx2 内存不足
top 看看killall python3原创 2019-12-06 16:21:57 · 1969 阅读 · 0 评论 -
tx2,Ubuntu18.04 安装dlib
1、sudo apt-get install cmake(用默认源,不要用国内源)2、sudo apt-get install libboost-python-dev3、pip3 install dlib原创 2019-12-06 13:37:21 · 495 阅读 · 0 评论 -
tx2,Ubuntu18.04 pycharm使用指南
鼠标放上去查看方法描述注释换颜色转载 2019-12-04 10:34:12 · 316 阅读 · 0 评论 -
tx2取消静态ip
点网络符号—Edit Connections—Wired connection----IPv4----Automatic拔掉网线,再插上原创 2019-12-05 17:19:04 · 270 阅读 · 0 评论 -
tx2添加中文输入法
1```pythonsudo apt-get install fcitx-googlepinyin2、在settings -> language support 里将 keyboard input method system 设置为fcitx3、点右上角的输入法图标,选configure Current Input Method,点加号,将Only show current langu...原创 2019-11-27 15:43:39 · 622 阅读 · 0 评论 -
tx2更新国内源
点转载 2019-11-22 14:48:34 · 485 阅读 · 0 评论
分享