_yuki_
一路打怪升级,直至见到大魔王
展开
-
Jetson 系列(三十) Paddle Graph Learning (PGL)
jetson PGL三、测试四、文档学习文档:地址原创 2022-12-07 15:00:04 · 344 阅读 · 0 评论 -
Jetson 系列(二十九) Nebula Graph
jetson nebula graph 使用原创 2022-11-23 17:48:11 · 439 阅读 · 0 评论 -
Jetson 系列(二十八) Milvus
Jetson 系列 Milvus原创 2022-10-06 00:28:28 · 517 阅读 · 0 评论 -
Jetson 系列(二十七) faiss-gpu
Jetson 系列 faiss-gpu原创 2022-10-02 22:20:29 · 2002 阅读 · 3 评论 -
Jetson 系列(二十六) 设置固定IP
Jetson 系列(二十六) 设置固定IP。原创 2022-09-27 18:34:27 · 2579 阅读 · 0 评论 -
Jetson 系列(二十五) onnxruntime-gpu
Jetson 系列 onnxruntime-gpu 安装原创 2022-09-21 14:43:58 · 553 阅读 · 0 评论 -
Jetson 系列(二十四) docker-compose
Jetson docker-compose 安装方式原创 2022-07-20 20:33:23 · 776 阅读 · 0 评论 -
Jetson 系列(二十三) paddlepaddle
jetson 安装 paddlepaddle_gpu-2.3.0原创 2022-07-04 13:23:21 · 1045 阅读 · 0 评论 -
Jetson 系列(二十二) golang
环境:jetpack4.4一、Go官方:地址原创 2022-04-01 18:44:37 · 565 阅读 · 0 评论 -
集群 (一) Elasticsearch 7.14.0
环境:jetson tx2 jetpack4.4一、服务器IP 主机配置 ElasticSearch版本 192.168.11.67 tx2 7.14.0 192.168.8.46 tx2 7.14.0 二、环境准备以下操作需要在二台机器都执行,且是root用户下1、修改sysctl.conf配置文件使用vim命令修改/etc/sysctl.conf文件。尾部增加以下配置。# 禁用内存与硬盘交换vm.swappin原创 2021-09-15 17:01:50 · 193 阅读 · 0 评论 -
Jetson 系列(二十一) Elasticsearch
环境:jetson NX jetpack4.4一、Elasticsearch官方:地址ps:选择 7.14.0二、安装JDK8详情:参考三、创建用户注:从5.0开始,ElasticSearch 安全级别提高了,不允许采用root帐号启动,所以我们要添加一个用户。(1)创建 用户并设置密码adduser elk#途中 设置密码,输入两次#删除用户-r删除用户的同时一起把这个用户的宿主目录和邮件目录删除userdel -r newus...原创 2021-09-13 15:44:44 · 166 阅读 · 0 评论 -
Jetson 系列(二十) JDK8
环境:jetpack4.4一、JDK8官方:地址二、上存、解压sudo tar -zxvf jdk-8u301-linux-arrch64.tar.gz -C /xxx/xxx# 可查路径# which javac 三、配置环境# 打开配置sudo gedit ~/.bashrc # sudo vi ~/.bashrc # 配置内容export JAVA_HOME=/home/nx/jdk1.8.0_301export JRE_HOME=${原创 2021-09-07 14:49:21 · 486 阅读 · 0 评论 -
解决 Illegal instruction(cpre dumped)
错误:>>>import torchIllegal instruction(cpre dumped)>>>import numpyIllegal instruction(cpre dumped)ps:不管导入什么都错解决方法: System Settings =>Detailsvim ~/.bashrc#添加...原创 2021-06-22 17:19:56 · 2543 阅读 · 2 评论 -
Jetson 系列(十九) speechbrain
环境:jetpack4.4 torch 1.9 (官方:>=1.7.1,<=1.8.1) torchaudio 0.10.0(官方:>=0.7.2,<=0.8.1)一、speechbraingithub:地址二、安装 torch安装参考:地址三、安装 torchaudio安装参考:地址四、安装 scipy安装参考:地址五、安装 soundflie安装参考:地址六、下载speechbraing...原创 2021-06-21 17:18:28 · 893 阅读 · 0 评论 -
Jetson 系列(十八) soundfile
问题:install for cffi ... error解决方式:一、必须的组件sudo apt-get install libsndfile1 sudo apt-get install libffi-dev二、安装pip3 install soundfile原创 2021-06-21 17:07:02 · 543 阅读 · 0 评论 -
解决 No package ‘libffi‘ found (for cffi error)
错误:Running setup.py install for cffi ... error Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-9stiwxpi/cffi/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n',原创 2021-06-21 16:36:06 · 1246 阅读 · 0 评论 -
Jetson 系列(十七)torchaudio
环境:jetpack4.4一、torchaudiogithub:di'z原创 2021-06-17 14:40:37 · 1573 阅读 · 8 评论 -
Jetson 系列(十六)Detectron2
环境:jetpack4.4 torch1.7一、pytorch安装参考:地址二、其他依赖pip3 install cython pip3 install -U 'git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI'pip3 install pyyaml --upgrade #5.1以上三、Detectron2安装python3 -m pip3 install 'git...原创 2021-03-22 14:11:52 · 796 阅读 · 0 评论 -
Jetson 系列(十五)aarch64-linux-gnu-gcc 交叉编译
一、下载 aarch64-linux-gnu-gcc 官网http://releases.linaro.org/components/toolchain/binaries/7.3-2018.05/aarch64-linux-gnu/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu.tar.xz二、提取工具链$ mkdir $ HOME / l4t-gcc$ cd $ HOME / l4t-gcc$ tar xf gcc-linaro.原创 2021-03-03 17:49:57 · 4005 阅读 · 5 评论 -
Jetson 系列(十四)thor
一、下载 thor 地址git clonehttps://github.com/jinfagang/thor二、安装依赖sudo apt install libprotobuf-dev protobuf-compiler三、修改 CMakeLists.txt四、安装./build_simple.sh # 一般这个就可以# ./build_full.sh...原创 2020-12-01 16:32:14 · 549 阅读 · 0 评论 -
Jetson 系列(十三)onnx-tensorrt
环境:Jetpack 4.4.1 TensorRT 7.1 python 3.6.8一、升级 tensorRT 的 protobufgit clonehttps://github.com/google/protobuf -b '3.8.x' apt remove libprotobuf-dev # uninstall old version cd protobuf && ./autogen.sh && ./configure --prefi...原创 2020-12-01 16:18:09 · 1550 阅读 · 0 评论 -
Jetson 系列(十二)CMake升级
Jetson 系列 CMake 升级 ,实测 3.16.9原创 2020-12-01 13:59:34 · 2511 阅读 · 1 评论 -
解决:src/cpp/cuda.hpp:fatal error: cuda.h
在.bashrc中,如下修改:vi ~/.bashrcexport CUDA_ROOT=/usr/local/cuda-10.0 export PATH=$CUDA_ROOT:$CUDA_ROOT/bin:/usr/local/bin:$PATH生效bash ~/.bashrc#source ~/.bashrc原创 2020-04-09 14:23:59 · 1080 阅读 · 0 评论 -
Jetson 系列(十一)一些常用路径
TensorRT--trtexec、sample等/usr/src/tensorrt-- NvInfer.h、NvInferPlugin.h 等/usr/include/aarch64-linux-gnuCUDA:/usr/local/cuda-10.0/bin后续补充原创 2020-08-28 14:54:47 · 2247 阅读 · 0 评论 -
Jetson 系列 (十)关闭和开启 图形界面
关闭用户图形界面sudo systemctl set-default multi-user.targetsudo reboot开启用户图形界面sudo systemctl set-default graphical.targetsudo reboot原创 2020-08-24 16:02:51 · 4491 阅读 · 7 评论 -
解决 Failed to load module canberra-gtk-module
错误:Gtk-Message: 09:10:26.571: Failed to load module "canberra-gtk-module"解决:sudo apt-get install libcanberra-gtk-moduleps:jetson 系列适用原创 2020-08-24 15:58:52 · 14174 阅读 · 0 评论 -
Jetson 系列 (九)ONNX
Jetson 系列 ONNX。原创 2020-08-24 14:19:05 · 1253 阅读 · 1 评论 -
Jetson 系列 (八)numba
环境:python3.6.8依赖关系:llvm >llvmlite >numba一、llvm 与 llvmlite 对应关系llvmlite of version 0.33.0, llvmlite requires LLVM 9.0.x.llvmlite versions compatible LLVM versions 0.33.0 - ... 9.0.x 0.29.0 - 0.32.0 7.0.x, 7.1.x, 8.0.x ...原创 2020-07-09 15:39:53 · 922 阅读 · 4 评论 -
Jetson 系列 (七)Scipy、Scikit-image、scikit-learn、numpy、matplotlib
Jetson 系列 Scipy、Scikit-image、scikit-learn、numpy、matplotlib。原创 2020-06-09 14:13:11 · 2653 阅读 · 0 评论 -
Jetson 系列 (六)Tensorflow
一、基础依赖系统:$ sudo apt-get update$ sudo apt-get install libhdf5-serial-dev hdf5-tools libhdf5-dev zlib1g-dev zip libjpeg8-dev liblapack-dev libblas-dev gfortran更新pip3:$ sudo apt-get install python3-pip$ sudo pip3 install -U pip testresources setup原创 2020-05-19 14:49:26 · 440 阅读 · 0 评论 -
Jetson 系列 查看CPU、内存、GPU使用情况
官方新推出jtop工具,专门用来查看jetson的CPU、GPU等信息,使用方法也很简单安装方法:sudo -H pip install jetson-stats使用方法,直接在命令行输入:sudo jtop就会有显示输出:其他用途:ControlsTo control the your NVIDIA Jetson are available this keyboard commands:In page3 MEM:cClear cache s...原创 2020-05-18 14:11:44 · 12788 阅读 · 0 评论 -
Jetson 系列 (五)pytorch
针对 aarch 官方 给出 pytorch 安装:地址原创 2020-05-06 14:08:48 · 1186 阅读 · 0 评论 -
Jetson 系列 (四)Opencv 4.1
环境:ubuntu 18.04 python 3.6一、相关编译工具sudo apt-get install build-essentialsudo apt-get install cmake git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev二、OpenCV (主角...原创 2020-04-13 15:18:58 · 1650 阅读 · 1 评论 -
Jetson 系列 (三)虚拟环境分离
方案一:利用python的虚拟环境,来保证你的环境互相独立使用virtualenv和virtualenvwrapper:sudo pip install virtualenv virtualenvwrapper安装完之后,需要更新.bashrc :vim ~/.bashrc在文件底部输入:# virtualenv and virtualenvwrapperexpo...原创 2019-12-27 16:29:10 · 1685 阅读 · 0 评论 -
Jetson 系列 (实战)人脸门铃demo
前期准备:(一)安装基础包sudo apt-get update sudo apt-get install python3-pip cmake libopenblas-dev liblapack-dev libjpeg-dev numpy==1.16.4(二)安装编译dlibwget https://dlib.net/files/dlib-19.17.tar.bz2tar ...原创 2019-12-26 17:27:18 · 1193 阅读 · 0 评论 -
Jetson 系列 (应用)如何调用RTSP摄像头
查看cpu gpu 以及编解码模块的使用:sudo ~/tegrastats首先,要先讨论下为什么需要在OpenCV上用上Gstreamer, 比如我直接一个摄像头 v4l2 图像传给 OpenCV 不行吗?Gstreamer是嵌入式平台处理Media的首选组件, 像Nvdia/TI/NXP/Rockchip平台, 都是使用Gstreamer来整合Media应用. 在Rockchip...原创 2019-12-24 17:07:42 · 8025 阅读 · 4 评论 -
Jetson 系列 (知识)摄像头--支持哪些?
这里先汇总一下,方便以后查询USB网络摄像头 Supplier Product Image Sensor Output Format Max Resolution e-con Systems See3CAM_CU135 AR1335...原创 2019-12-24 15:45:15 · 1535 阅读 · 0 评论 -
Jetson 系列 (二)检查已安装组件__JetPack 4.4
~这里是JetPack 4.3,其他就不废话了Jetson系列 利用前面方式安装,自带 JetPack、cuda、cudnn、opencv等都已经安装好,并有例子,这些例子安装路径如下所示TensorRT /usr/src/tensorrt/samples/ CUDA /usr/local/cuda-/samples/ cuDNN /usr/src/cudnn_s...原创 2019-12-23 17:36:00 · 3305 阅读 · 2 评论 -
Jetson TX2、AGX (一)刷机攻略__JetPack 4.3
废话不多说了,TX2和Nano,都是亲测可行。硬件准备:1)一台闲置的 PC软件准备:1)VMWare 官方地址:https://www.vmware.com/ (版本15+64bit)2)ubuntu18.04 镜像:https://ubuntu.com/download/desktop(必须18.04)3)SDK Manager英伟达官网地址:https...原创 2019-12-20 17:53:30 · 5259 阅读 · 6 评论 -
Jetson Nano、NX (一)烧写系统__JetPack 4.4
长话短说,预防忘记直接开始。所需软件:1)SD card image 要烧进的(镜像)官网下载:https://developer.nvidia.com/embedded/downloads2)Etcher 烧录软件:Etcher:https://www.balena.io/etcher/3)SD卡格式化软件:SD Card Formatter:https:...原创 2019-12-20 16:46:42 · 2525 阅读 · 0 评论