摘要: """An example of how to use your own dataset to train a classifier that recognizes people. """ # MIT License # # Copyright (c) 2016 David Sandberg # # Permission is hereby granted, free of charge, ... 阅读全文
posted @ 2018-04-19 22:43 路边的十元钱硬币 阅读(3355) 评论(1) 推荐(0) 编辑
摘要: UI界面: Run->Edit Configurations->Parames 阅读全文
posted @ 2018-04-19 22:06 路边的十元钱硬币 阅读(357) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://www.cnblogs.com/taurusfy/p/7605787.html ************************************************************************************************** 阅读全文
posted @ 2018-04-19 21:28 路边的十元钱硬币 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 翻转矩阵的左右。 至少需要是2维矩阵。 例子: 参考: https://docs.scipy.org/doc/numpy/reference/generated/numpy.fliplr.html 阅读全文
posted @ 2018-04-19 21:16 路边的十元钱硬币 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 在一些开源库中,往往有一个 xxx.sh 的安装文件。命令“./ xxx.sh” 就可运行之。 其实内部是一些 linux 的语句。整合起来,方便使用而已。 介绍一下常用的一些Linux语句 阅读全文
posted @ 2018-04-19 09:21 路边的十元钱硬币 阅读(259) 评论(0) 推荐(0) 编辑