02 2019 档案

摘要:https://blog.csdn.net/qq_41664845/article/details/80775319 阅读全文
posted @ 2019-02-28 09:47 change_world 阅读(297) 评论(0) 推荐(0) 编辑
摘要:https://zhuanlan.zhihu.com/p/37644325 https://zhuanlan.zhihu.com/p/51679783 阅读全文
posted @ 2019-02-25 19:41 change_world 阅读(171) 评论(0) 推荐(0) 编辑
摘要:思想:yolo主模型输出三个特征图,如(?,13,13,anchor_num*(5+num_classes))、(?,26,26,anchor_num*(5+num_classes))、(?,52,52,anchor_num*(5+num_classes)),之后如尺度为13的特征图 会 变形为(? 阅读全文
posted @ 2019-02-20 20:11 change_world 阅读(370) 评论(0) 推荐(0) 编辑
摘要:tf.image.non_max_suppression() 2018年08月17日 15:34:51 爱抠脚的coder 阅读数:1753 贪婪算法:其实就是按scores由大到小排序,然后选定第一个,一次对之后的做iou ,删除那些和选定的框iou大于阈值的框,循环完第一个, 再选定之后的一个, 阅读全文
posted @ 2019-02-20 19:30 change_world 阅读(1957) 评论(0) 推荐(0) 编辑
摘要:1,2分别赋值给a,b,剩下的参数以元组的形式赋值给args 字典形式参数: 传入元组和字典: 阅读全文
posted @ 2019-02-18 16:52 change_world 阅读(336) 评论(0) 推荐(0) 编辑
摘要:python中format函数用于字符串的格式化 通过关键字 通过位置 填充和对齐^<>分别表示居中、左对齐、右对齐,后面带宽度 阅读全文
posted @ 2019-02-18 16:36 change_world 阅读(339) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示