上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: #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 阅读(822) 评论(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 阅读(1182) 评论(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 阅读(18) 评论(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 阅读(880) 评论(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 阅读(1777) 评论(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 阅读(763) 评论(0) 推荐(0) 编辑
摘要: // // Created by DangXS on 2022/4/27. // #ifndef CPLUSPLUS_PROJECT1_HELPER_H #define CPLUSPLUS_PROJECT1_HELPER_H #include <iostream> #include <cstring 阅读全文
posted @ 2022-10-25 23:42 dangxusheng 阅读(35) 评论(0) 推荐(0) 编辑
摘要: https://convertmodel.com/ 阅读全文
posted @ 2022-10-18 16:34 dangxusheng 阅读(748) 评论(0) 推荐(0) 编辑
摘要: 以mmdetection工程为例 1 ubuntu使用sh套py脚本来调用 train.sh #!/usr/bin/env bash CONFIG=configs/xx/cfg_1.py WORK_DIR=train_result/20220825 CKPT=train_result/2022070 阅读全文
posted @ 2022-10-18 15:35 dangxusheng 阅读(68) 评论(0) 推荐(0) 编辑
摘要: 参考 https://blog.csdn.net/luolinll1212/article/details/106061943 1 c++ 实现 2 编写pybind11的代码 #include "pybind11/pybind11.h" #include "pybind11/numpy.h" #i 阅读全文
posted @ 2022-10-18 15:24 dangxusheng 阅读(271) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页