上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 20 下一页
摘要: 博客搬移到:https://blog.csdn.net/u013171226/article/details/107680318 在做分类算法训练的时候,没有做lmdb,直接用txt文件输入数据,但是生成的txt文件里面每一类照片是顺序存放的,这样会影响训练效果,因此要把txt里面的顺序打乱,imp 阅读全文
posted @ 2020-06-19 09:13 cumtchw 阅读(2012) 评论(0) 推荐(0) 编辑
摘要: 博客搬移到:https://blog.csdn.net/u013171226/article/details/107680317 阅读全文
posted @ 2020-06-15 17:39 cumtchw 阅读(1879) 评论(2) 推荐(0) 编辑
摘要: caffe源码解析参考博客 https://blog.csdn.net/seven_first/category_5721883.html https://blog.csdn.net/qq_16055159/category_3107705.html https://www.cnblogs.com/ 阅读全文
posted @ 2020-06-15 15:45 cumtchw 阅读(138) 评论(0) 推荐(0) 编辑
摘要: # SOURCES = $(wildcard ./src/*.cpp) #指定源文件列表, HEADERS = $(wildcard ./inc/*.h) OBJS = $(patsubst %.cpp,%.o,$(SOURCES)) #patsubst是把后面文件列表中所有.c结尾的文件替换成.o 阅读全文
posted @ 2020-06-14 21:24 cumtchw 阅读(171) 评论(0) 推荐(0) 编辑
摘要: CC = gcc CPP = g++ AR = ar RM = rm -f #Define the resource compiler. RC = windres ## debug flag DBG_ENABLE := 1 OS = $(shell uname) ## source file pat 阅读全文
posted @ 2020-06-14 21:22 cumtchw 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 等使用cmake的时候,遇到有些语法记不太清的,从下面的博客中能找到答案。 https://blog.csdn.net/gg_18826075157/article/details/72780431 https://www.cnblogs.com/ph829/p/4759124.html https 阅读全文
posted @ 2020-06-12 10:53 cumtchw 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 博客搬移到:https://blog.csdn.net/u013171226/article/details/107680315 一:将jetson Xavier NX重新刷机之后,在jetson xavier上面运行自己的程序,make编译时发现存在几个库找不到的问题,编译错误截图如下, 1.安装 阅读全文
posted @ 2020-06-08 10:27 cumtchw 阅读(2142) 评论(0) 推荐(0) 编辑
摘要: 原博客搬移到:https://blog.csdn.net/u013171226/article/details/107680314 阅读全文
posted @ 2020-06-04 16:45 cumtchw 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 原博客搬移到:https://blog.csdn.net/u013171226/article/details/107680313 阅读全文
posted @ 2020-06-04 16:00 cumtchw 阅读(373) 评论(0) 推荐(0) 编辑
摘要: 下面是cppreference网站的的demo #include <iostream> #include <map> #include <string> #include <chrono> #include <thread> #include <mutex> std::map<std::string 阅读全文
posted @ 2020-06-02 18:03 cumtchw 阅读(270) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 20 下一页