摘要:
"""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, ... 阅读全文
摘要:
UI界面: Run->Edit Configurations->Parames 阅读全文
摘要:
转载自:https://www.cnblogs.com/taurusfy/p/7605787.html ************************************************************************************************** 阅读全文
摘要:
翻转矩阵的左右。 至少需要是2维矩阵。 例子: 参考: https://docs.scipy.org/doc/numpy/reference/generated/numpy.fliplr.html 阅读全文
摘要:
在一些开源库中,往往有一个 xxx.sh 的安装文件。命令“./ xxx.sh” 就可运行之。 其实内部是一些 linux 的语句。整合起来,方便使用而已。 介绍一下常用的一些Linux语句 阅读全文