上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 99 下一页
摘要: 按照这个来http://blog.csdn.net/sinat_30071459/article/details/53202977 阅读全文
posted @ 2017-09-23 21:12 有梦就要去实现他 阅读(429) 评论(0) 推荐(0) 编辑
摘要: # Enter your network definition here. # Use Shift+Enter to update the visualization.name: "VGG_ILSVRC_16_layers" input: "data" input_dim: 16 input_dim: 3 input_dim: 224 input_dim: 224 layers { bo... 阅读全文
posted @ 2017-09-23 21:11 有梦就要去实现他 阅读(373) 评论(0) 推荐(0) 编辑
摘要: 不要每次去2>&1 \tee out.log,好多模型本身会生成日子文件在experiment/log下 阅读全文
posted @ 2017-09-23 17:22 有梦就要去实现他 阅读(222) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/baidu_24281959/article/details/53203757 阅读全文
posted @ 2017-09-23 14:09 有梦就要去实现他 阅读(439) 评论(0) 推荐(0) 编辑
摘要: Bbox-Lable-Tool https://github.com/puzzledqs/BBox-Label-Tool 阅读全文
posted @ 2017-09-23 13:46 有梦就要去实现他 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 我用的是下面这个脚本进行改名字: 但制作出来的图片顺序和原顺序不一样: 原因在于os.walk读取目录的文件不是按顺序的,或者说按某种顺序但我不知道,至少没有按照文件夹本来的文件顺序返回 利用all_image_index这个文件来实现不改变顺序的同时修改了文件的名字 阅读全文
posted @ 2017-09-21 22:13 有梦就要去实现他 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 用selective_search生成的坐标是(ymin,xmin,ymax,xmax),并且是从1开始的,不是从0 这是cache中的gt数据,明显看到有65535,说明很有可能是0-1变成了65535 阅读全文
posted @ 2017-09-21 16:46 有梦就要去实现他 阅读(160) 评论(0) 推荐(0) 编辑
摘要: im = imresize(im, [NaN im_width]):把图像转换为宽度为im_width,自动计算列数 阅读全文
posted @ 2017-09-21 09:09 有梦就要去实现他 阅读(172) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/baiyu9821179/article/details/53365476 a=([3.234,34,3.777,6.33]) a为python的list类型 将a转化为numpy的array: np.array(a) array([ 3.234, 34. 阅读全文
posted @ 2017-09-18 22:16 有梦就要去实现他 阅读(402) 评论(0) 推荐(0) 编辑
摘要: 错误代码: 这个错误是想提醒自己关于作用域的问题 如果把long long num = 0;放在for循环里,那这就是一个局部for循环的变量,但return num需要这个函数的全局变量,所以会报错 阅读全文
posted @ 2017-09-17 21:58 有梦就要去实现他 阅读(189) 评论(0) 推荐(0) 编辑
上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 99 下一页