11 2022 档案

摘要:#下载包: git clone https://github.com/Tencent/ncnn.git git submodule update --init unzip ncnn-master cd ncnn-master # 安装环境依赖项 sudo apt install build-esse 阅读全文
posted @ 2022-11-29 22:09 dangxusheng 阅读(266) 评论(0) 推荐(0) 编辑
摘要:# gitlabhttp://xxxxx:8085/user/pwd ## 初始化cd /home/xx/projectsgit clone --recursive http://xxxxx:8085/xx.git# clone 某个分支git clone --recursive -b 'b2' x 阅读全文
posted @ 2022-11-23 23:20 dangxusheng 阅读(23) 评论(0) 推荐(0) 编辑
摘要:https://hyper.ai/datasets https://www.cvmart.net/dataSets https://zhuanlan.zhihu.com/p/25138563 https://zhuanlan.zhihu.com/p/508111468 https://gas.gra 阅读全文
posted @ 2022-11-23 09:42 dangxusheng 阅读(677) 评论(0) 推荐(0) 编辑
摘要:## 系统级别环境 sudo apt-get install python3.7-dev sudo apt-get install python3-pip python3.7 -m pip install --upgrade pip # 解码加速包,不同的环境可能会build失败 # 1.1 ubu 阅读全文
posted @ 2022-11-22 20:44 dangxusheng 阅读(1671) 评论(0) 推荐(0) 编辑
摘要:参考URL: https://blog.csdn.net/weixin_45662974/article/details/122340124 常见错误: 解释器错误: 没有那个文件或目录 解决办法: # 原因是sh文件的编码有问题,多出了字符导致不识别 # 第一步:先查看sh文件是否有^M (这个^ 阅读全文
posted @ 2022-11-22 13:55 dangxusheng 阅读(64) 评论(0) 推荐(0) 编辑
摘要:#!/usr/bin/env python # encoding: utf-8 """ @version: v1.0 @author: Jory.d @contact: 707564875@qq.com @site: @software: PyCharm @file: ncnn_basenet.py 阅读全文
posted @ 2022-11-11 18:34 dangxusheng 阅读(962) 评论(0) 推荐(0) 编辑
摘要:参考博客:https://blog.csdn.net/qq_32261101/article/details/123389338 linux服务管理有两种方式service和systemctl /lib/systemd/system/ 和 /etc/systemd/system 存放所有可用的单元文 阅读全文
posted @ 2022-11-10 08:49 dangxusheng 阅读(604) 评论(0) 推荐(0) 编辑
摘要:#pragma once #include <iostream> #include <string.h> #include <unistd.h> #include <sys/io.h> #include <sys/types.h> #include <sys/stat.h> #include "di 阅读全文
posted @ 2022-11-09 23:14 dangxusheng 阅读(867) 评论(0) 推荐(0) 编辑
摘要:// // Created by DangXS on 2022/4/27. // #ifndef CPLUSPLUS_PROJECT1_YUV_HELPER_H #define CPLUSPLUS_PROJECT1_YUV_HELPER_H #include "opencv2/opencv.hpp" 阅读全文
posted @ 2022-11-09 23:10 dangxusheng 阅读(1326) 评论(0) 推荐(0) 编辑
摘要:import os import os.path as osp import sys import numpy as np import datetime def mkdirs_py2(path): # 递归创建文件夹路径 if osp.exists(path): return paths = pa 阅读全文
posted @ 2022-11-09 23:05 dangxusheng 阅读(20) 评论(0) 推荐(0) 编辑
摘要:1 准备setup.py文件 #!/usr/bin/env python # encoding = utf-8 from distutils.core import setup, Extension from Cython.Build import cythonize import os, os.p 阅读全文
posted @ 2022-11-09 22:33 dangxusheng 阅读(941) 评论(0) 推荐(0) 编辑
摘要:#!/usr/bin/env python # encoding: utf-8 """ @version: v1.0 @author: Jory.d @contact: 707564875@qq.com @site: @software: PyCharm @file: read_realsense_ 阅读全文
posted @ 2022-11-09 11:14 dangxusheng 阅读(2921) 评论(0) 推荐(0) 编辑
摘要:# pip把wheel下载到本地## https://pip.pypa.io/en/stable/cli/pip_download/ cd /home/xx/wheels python3.7 -m pip download h5py -d ./ -i https://pypi.tuna.tsingh 阅读全文
posted @ 2022-11-05 17:31 dangxusheng 阅读(825) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示