摘要:
博客搬移到:https://blog.csdn.net/u013171226/article/details/107680318 在做分类算法训练的时候,没有做lmdb,直接用txt文件输入数据,但是生成的txt文件里面每一类照片是顺序存放的,这样会影响训练效果,因此要把txt里面的顺序打乱,imp 阅读全文
摘要:
博客搬移到:https://blog.csdn.net/u013171226/article/details/107680317 阅读全文
摘要:
caffe源码解析参考博客 https://blog.csdn.net/seven_first/category_5721883.html https://blog.csdn.net/qq_16055159/category_3107705.html https://www.cnblogs.com/ 阅读全文
摘要:
# SOURCES = $(wildcard ./src/*.cpp) #指定源文件列表, HEADERS = $(wildcard ./inc/*.h) OBJS = $(patsubst %.cpp,%.o,$(SOURCES)) #patsubst是把后面文件列表中所有.c结尾的文件替换成.o 阅读全文
摘要:
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 阅读全文
摘要:
等使用cmake的时候,遇到有些语法记不太清的,从下面的博客中能找到答案。 https://blog.csdn.net/gg_18826075157/article/details/72780431 https://www.cnblogs.com/ph829/p/4759124.html https 阅读全文
摘要:
博客搬移到:https://blog.csdn.net/u013171226/article/details/107680315 一:将jetson Xavier NX重新刷机之后,在jetson xavier上面运行自己的程序,make编译时发现存在几个库找不到的问题,编译错误截图如下, 1.安装 阅读全文