
环境搭建
.云哲.
向善,求实,藏锋,隐智,戒欲,省身,慎言。
展开
-
【环境搭建】ubuntu 阿里源
ubuntu原创 2022-11-06 16:10:40 · 1598 阅读 · 2 评论 -
【python】triton
triton原创 2022-09-21 14:25:21 · 1165 阅读 · 0 评论 -
【环境搭建】zip 分卷压缩
zip 压缩和分卷压缩原创 2022-06-24 11:25:59 · 3989 阅读 · 0 评论 -
【环境搭建】jetson 安装 paddleocr
1.下载paddlepaddle安装包https://paddleinference.paddlepaddle.org.cn/master/user_guides/download_lib.html#python选择:Jetpack4.4(4.5): nv_jetson-cuda10.2-trt7-all2.安装apt-get install libgeos-dev # shapely 包git clone https://github.com/PaddlePaddle/PaddleOCR.gi原创 2022-04-07 14:56:04 · 3460 阅读 · 0 评论 -
【环境搭建】deepstream
1.安装配置cuda 10.0cudnntensorrtdeepstream 5.1原创 2022-02-10 11:53:40 · 1076 阅读 · 0 评论 -
【环境搭建】 ubuntu18.04 安装 ffmpeg+cuda+x264
ffmpeg原创 2021-10-17 20:53:42 · 491 阅读 · 0 评论 -
【环境搭建】gstreamer
1,安装sudo apt-get install git gcc make cmake yasm python p7zip-full libssl-dev pkg-config autoconfautomake build-essential -ysudo apt-get -y --force-yes install libass-devsudo apt-get -y --force-yes install libtheora-dev libtool libva-dev libvdpau-devs原创 2021-10-10 15:08:45 · 732 阅读 · 0 评论 -
【环境搭建】ubuntu18.04搭建rtsp服务器
1,介绍2,安装3,使用原创 2021-09-23 17:12:52 · 3698 阅读 · 0 评论 -
【pytorch】mmsegmentation二值训练
1.介绍商汤2.安装pip install mmcv-full mmdet mmocr mmsegmentation mmcv3.demo项目, 数据集CHASE DB1# 1.拉项目git clone https://github.com/open-mmlab/mmsegmentation.gitcd mmsegmentationmkdir datawget https://staffnet.kingston.ac.uk/~ku15565/CHASE_DB1/assets/CHASED原创 2021-08-02 15:51:14 · 656 阅读 · 0 评论 -
【环境搭建】vscode远程开发
1.ubuntusudo apt install gdb gdbserver2.vscode安装插件扩展 -> Remote Development3.远程开发原创 2021-07-16 10:43:12 · 151 阅读 · 0 评论 -
【环境搭建】aarch64-linux-gnu编译opencv
1.linaro官网下载交叉编译工具,选择gcc-linaro-10.2.1-2021.02-x86_64_aarch64-linux-gnu.tar.xz,解压即可用原创 2021-06-24 18:16:42 · 1251 阅读 · 2 评论 -
【环境搭建】ffmpeg
1.介绍2.安装2.1 linuxwget http://www.ffmpeg.org/releases/ffmpeg-3.1.tar.gztar -zxvf ffmpeg-3.1.tar.gzcd ffmpeg-3.1./configure --prefix=/usr/local/ffmpegmake && make install# 添加环境变量vi /etc/profileexport PATH=$PATH:/usr/local/ffmpeg/binsource原创 2021-05-07 15:39:58 · 322 阅读 · 0 评论 -
【Pytorch】nvidia-dali
0,介绍 NVIDIA/DALI(NVIDIA Data Loading Library) 库包含了用于加速深度学习应用的数据预处理的高度优化的构建模块(highly optimized building blocks)和执行引擎(execution engine). 深度学习应用中,往往需要复杂的、多阶段的数据预处理管道. 这些数据管道主要是在CPU上执行的数据密集型操作(compute-intensive o原创 2021-04-12 10:39:48 · 1821 阅读 · 0 评论 -
【pytorch】截取图片 -> 合并为矩阵
input = []for i in range(10): x = np.random.rand(3, 224, 224) input.append(x)t1 = time.time()input = np.asarray(input)input = torch.from_numpy(input)原创 2021-04-08 11:09:57 · 363 阅读 · 0 评论 -
ubuntu18.04 安装anaconda
anaconda原创 2021-02-20 10:31:18 · 3659 阅读 · 1 评论 -
ubuntu18.04 安装cuda-10.2
ubuntu18.04 安装cuda原创 2021-02-20 10:17:10 · 2008 阅读 · 1 评论 -
【环境搭建】ubuntu18.04 编译tvm
2,编译git clone https://github.com/apache/tvm.gitcd tvmmkdir buildcp cmake/config.cmake buildcd buildcmake ..make -j 8原创 2021-01-28 14:11:07 · 367 阅读 · 0 评论 -
【环境搭建】Ubuntu安装vulkan
vulkan原创 2021-01-27 18:16:12 · 26401 阅读 · 6 评论 -
【python】pybind11 make编译
export PYTHONPATH="/path/that/contains/your/so":"${PYTHONPATH}"原创 2021-01-20 18:06:12 · 1637 阅读 · 0 评论 -
【环境搭建】pybind11 cmake编译
1,pybind11简介2,代码原创 2021-01-20 18:07:07 · 4435 阅读 · 0 评论 -
【pytorch】darknet
编译darknetgit clone https://github.com/AlexeyAB/darknet.gitcd darknetvim makefile LIBSO=0 -> LIBSO=1make # 生成libdarknet.so原创 2021-01-19 16:20:35 · 517 阅读 · 0 评论 -
【环境搭建】win10搭建vulkan
1,准备需要下载三个包,分别是glm,glfw,vulkanglm,地址glfw,地址vulkan,地址以上为已经编译。2,VS2015创建项目文件 -> 新建 -> 控制台应用程序。选择,Release x642.1 添加目录glm/includeglfw/includevulkan/include2.2 添加库gflw/libvulkan/lib2.3 添加连接器glfw3.libvulkan-1.lib2.4 添加代码#define GLFW_I原创 2020-11-17 22:26:01 · 1602 阅读 · 0 评论 -
【环境搭建】ubuntu18.04安装Eigen3
1,介绍Eigen下载地址:https://gitlab.com/libeigen/eigen/-/releases2,安装2.1 编译wget https://gitlab.com/libeigen/eigen/-/archive/3.3.7/eigen-3.3.7.tar.gztar -xf eigen-3.3.7.tar.gzcd eigenmkdir buildcmake ..make -j 8sudo make install2.2 复制目录sudo cp -r /usr原创 2020-09-04 10:23:23 · 5015 阅读 · 2 评论 -
【环境搭建】onnx_caffe2
__原创 2020-09-02 18:09:26 · 806 阅读 · 0 评论 -
【环境搭建】ncnn - android
1,安装原创 2020-07-17 17:02:26 · 322 阅读 · 0 评论 -
【环境搭建】mnn - android
1,安装原创 2020-07-17 17:01:36 · 880 阅读 · 1 评论 -
【环境搭建】openvino + ubuntu18.04
1,介绍2,安装sudo apt -y install p7zip-full bc curl klibc-utils iproute2 genisoimage dosfstools sudo apt -y install squashfs-tools rsync unzip wget findutils xorriso下载,l_openvino_toolkit_p_2020.3.194.tgz,序列号3,应用原创 2020-07-14 10:44:09 · 714 阅读 · 0 评论 -
【环境搭建】openvino + win10
1,介绍2,安装2,1 ubuntu 18.04sudo apt -y install p7zip-full bc curl klibc-utils iproute2 genisoimage dosfstools sudo apt -y install squashfs-tools rsync unzip wget findutils xorriso2.2 win10原创 2020-07-13 20:52:05 · 458 阅读 · 0 评论 -
【环境搭建】树莓派 3B + openvino
1,介绍2,安装原创 2020-07-11 17:26:35 · 396 阅读 · 0 评论 -
【环境搭建】树莓派 烧录 - 基本配置
1,介绍2,安装原创 2020-07-11 17:25:31 · 469 阅读 · 0 评论 -
【环境搭建】ncnn
1,介绍 ncnn 是一个为手机端极致优化的高性能神经网络前向计算框架。2,编译git clone https://github.com/Tencent/ncnn.gitcd ncnnmkdir buildcd buildcmake ..make -j 4原创 2020-07-05 16:55:03 · 574 阅读 · 0 评论 -
【环境搭建】mnn
1,介绍 MNN是一个轻量级的深度神经网络推理引擎,在端侧加载深度神经网络模型进行推理预测。2,编译git clone https://github.com/alibaba/MNN.gitcd MNNmkdir buildcd buildcmake .. -DMNN_BUILD_CONVERTER=truemake./build_tool.sh...原创 2020-07-05 13:30:00 · 2464 阅读 · 0 评论 -
【环境搭建】onnx-tensorrt
1,介绍onnx-tensorrt是一个模型推理框架。2,安装sudo apt-get install libprotobuf-dev protobuf-compilersudo apt-get install swiggit clone https://github.com/onnx/onnx-tensorrt.gitgit submodule syncgit submodule update --init --recursive cd onnx-tensorrtmkdir build原创 2021-02-01 14:08:51 · 834 阅读 · 0 评论 -
【环境搭建】onnxruntime
onnxruntime原创 2021-02-01 18:02:23 · 5595 阅读 · 0 评论 -
【环境搭建】OpenGL
opengl原创 2020-07-01 21:15:28 · 313 阅读 · 0 评论 -
【pytorch】torch2trt
1,安装sudo apt-get install libprotobuf* protobuf-compiler ninja-buildgit clone https://github.com/NVIDIA-AI-IOT/torch2trtcd torch2trtpython setup.py install --plugins # 本地的虚拟环境报错,#NvInfer.h,找不到def trt_inc_dir(): return "../targets/x86_64-linux-gnu原创 2020-06-29 15:14:34 · 7056 阅读 · 3 评论 -
【环境搭建】TeamViewer
sudo apt install gdebi-corewget https://download.teamviewer.com/download/linux/teamviewer_amd64.debsudo gdebi teamviewer_amd64.deb原创 2020-06-26 11:56:05 · 315 阅读 · 0 评论 -
【环境搭建】tensorrt
tensorrt原创 2021-02-01 14:12:00 · 680 阅读 · 0 评论 -
【环境搭建】pytorch c++ jit::script::Module
#include <torch/script.h> // One-stop header.#include <iostream>#include <memory>int main(int argc, const char* argv[]) { if (argc != 2) { std::cerr << "usage: example-app <path-to-exported-script-module>\n"; re原创 2020-06-14 15:04:53 · 652 阅读 · 0 评论 -
【环境搭建】win10搭建mingw64环境
1,下载cygwin64http://www.cygwin.com,下载setup-x86_64.exe2,安装镜像源可以选择163(网易的)地址,安装gcc-core、gcc-g++、make、cmake、gdb、binutils,六个包都在Category下的Devel下 。查看版本cygcheck -c cygwin...原创 2020-03-26 23:03:50 · 2018 阅读 · 0 评论