上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 72 下一页
摘要: #ifndef _MYARRAY_H_#define _MYARRAY_H_#include<iostream>#include<string> template<class T>class Myarray { public: //默认构造 Myarray(int capcity); //拷贝构造 阅读全文
posted @ 2020-11-12 08:52 水木清扬 阅读(889) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/enchanted_zhouh/article/details/106063552 本文主要讲解ncnn模型加载的三种方式,模型以上文(https://blog.csdn.net/Enchanted_ZhouH/article/details/105861 阅读全文
posted @ 2020-11-11 14:35 水木清扬 阅读(3690) 评论(0) 推荐(0)
摘要: ./caffe2ncnn: error while loading shared libraries: libprotobuf.so.9: cannot open shared object file: No such file or directory 解决方法: 首先查看是否有安装protobu 阅读全文
posted @ 2020-11-10 11:05 水木清扬 阅读(2595) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/u012505617/article/details/88581235 下载protobuf并安装,我使用的是3.7最新版本,下载地址为:https://github.com/protocolbuffers/protobuf/releases/tag/v3 阅读全文
posted @ 2020-11-10 09:10 水木清扬 阅读(1121) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/Satan666/p/12654925.html CMake简介: CMake是一种跨平台的开源项目管理工具,所做的事其实就是告诉编译器如何去编译链接源代码。与之相似的是直接编写makefile文件,但makefile最大的缺点就是不能跨平台,一旦更换 阅读全文
posted @ 2020-11-10 09:00 水木清扬 阅读(6402) 评论(0) 推荐(1)
摘要: pkg-config opencv --libs 阅读全文
posted @ 2020-11-06 11:28 水木清扬 阅读(109) 评论(0) 推荐(0)
摘要: #include<iostream>#include<string>#include<thread>#include<mutex>#include<fstream>#include<future>#include<deque>#include<mutex> int faactorial(int N) 阅读全文
posted @ 2020-11-05 08:55 水木清扬 阅读(345) 评论(0) 推荐(0)
摘要: 推理代码 multi-person-openpose_rknn-cam_coco.py import cv2 import time import numpy as np from random import randint from rknn.api import RKNN from proces 阅读全文
posted @ 2020-10-31 14:40 水木清扬 阅读(325) 评论(0) 推荐(0)
摘要: from rknn.api import RKNNimport cv2import timeimport numpy as np if __name__ == '__main__': # Create RKNN object rknn = RKNN() # pre-process config pr 阅读全文
posted @ 2020-10-31 14:35 水木清扬 阅读(208) 评论(0) 推荐(0)
摘要: screen -ls screen -r 8681.train_label1016 阅读全文
posted @ 2020-10-20 18:26 水木清扬 阅读(81) 评论(0) 推荐(0)
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 72 下一页