上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 27 下一页
摘要: 函数原型如下, void reorg_cpu(float *x, int out_w, int out_h, int out_c, int batch, int stride, int forward, float *out){ int b,i,j,k;... 阅读全文
posted @ 2018-09-30 15:18 SpaceVision 阅读(53) 评论(0) 推荐(0) 编辑
摘要: --------------------- http://www.vision.caltech.edu/archive.html http://www.vision.caltech.edu/visipedia/CUB-200.html http://www.v... 阅读全文
posted @ 2018-09-29 16:53 SpaceVision 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 各领域公开数据集下载 (转。参考:https://blog.csdn.net/c2a2o2/article/category/719... 阅读全文
posted @ 2018-09-29 13:23 SpaceVision 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 常用的向量范数 (《矩阵分析与应用》张贤达) 阅读全文
posted @ 2018-09-27 10:52 SpaceVision 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 这两个函数其实完成的功能比较简单,im2col就是把矩阵按卷积乘法所需,变换成列向量,col2im是一个逆过程 从下面这张图你一眼就能看明白im2col的操作(caffe中卷积计算都是Matrix_Kernel * Matrix_Col),因为都列出来太长了,... 阅读全文
posted @ 2018-09-26 10:24 SpaceVision 阅读(138) 评论(0) 推荐(0) 编辑
摘要: vs2017碰到个怪问题:LINK : fatal error LNK1210: 已超过内部 ILK 大小限制;链接时使用 /INCREMENTAL:NO 找了一下, https://stackoverflow.com/questions/3840509/ho... 阅读全文
posted @ 2018-09-25 17:52 SpaceVision 阅读(266) 评论(0) 推荐(0) 编辑
摘要: # Anaconda命令 关于conda和pip命令到底干了些啥,包下载到了哪里,包的地址保存在何处等问题,建议参考下面的文章,这里就不重复了。 apt-get、conda、pip安装东西的细节:https://blog.csdn.net/hsqyc/arti... 阅读全文
posted @ 2018-09-24 21:00 SpaceVision 阅读(75) 评论(0) 推荐(0) 编辑
摘要: 准备工作 这些模型在Linux上运行比较方便,不过想起Windows便捷的各种工具,总是忍不住弄过来, 原模型的地址在这, https://github.com/matterport/Mask_RCNN 当然github上还有很多其他版本的,tensorflo... 阅读全文
posted @ 2018-09-24 14:12 SpaceVision 阅读(60) 评论(0) 推荐(0) 编辑
摘要: Anaconda的安装 先说一下,windows的运行机抽和linux完全不一样,由于无法使用sudo等命令,权限检查显得十分怪异。所以安装时最好不要安装在C盘,我一般都安装在D盘(如 D:/anaconda3)。如果你一定要装在C盘,那么个别软件包有的时候c... 阅读全文
posted @ 2018-09-22 18:47 SpaceVision 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 用linux没有windows那么多,用起来觉得vc的调试工具还是比linux里好用,于是把YOLOv3(Darknet)整到visual studio里去玩玩。记录下碰到的问题, 项目的下载地址在这里, https://github.com/AlexeyAB... 阅读全文
posted @ 2018-09-21 15:33 SpaceVision 阅读(53) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 27 下一页