- 博客(6)
- 收藏
- 关注
转载 机器学习周志华Lecture3线性模型学习
转载于:https://www.cnblogs.com/yeyepython/p/9771295.html
2018-10-11 11:06:00
151
转载 Deaplearning AI_01_weak02总结
转载于:https://www.cnblogs.com/yeyepython/p/9769863.html
2018-10-10 23:04:00
133
转载 数据增强
使用imgaug进行增强,项目地址:https://github.com/aleju/imgaug 由于在车牌识别中使用的增强方法有限,因此直接使用作者给的例子即可https://imgaug.readthedocs.io/en/latest/source/examples_basics.html#a-standard-use-case import imgaug as ia ...
2018-10-09 16:32:00
192
转载 Mac anaconda使用
将第三方包安装到anaconda下:anaconda路径/bin/pip(pip3, pip3.6) install 包 参考地址:https://segmentfault.com/q/1010000012539647/a-1020000012540783 转载于:https://www.cnblogs.com/yeyepython/p/9758727.html...
2018-10-09 10:06:00
153
转载 yolo模型的使用
老板需要做目标检测的项目于是学习了一下yolo的使用,在这里贴一些使用过程中的心得,方便日后查阅和交流 相关资源: yolo官网:https://pjreddie.com/darknet/yolo/ yolo的pytorch实现:https://github.com/eriklindernoren/PyTorch-YOLOv3 针对pytorch实现yolo代码的注释:ht...
2018-10-08 13:52:00
718
转载 6.00.2x
lambda的用法:lambda x:f(x)返回一个function sorted的用法:sorted中可以通过添加key来指定根据什么比较 For example:sorted(stuents,key=lambda s:s[2])根据list student中每个元素的第三个元素进行比较 注意例子中通过lambda x:1/Food.getCost(x)来给定key 对于一个有...
2018-01-21 22:09:00
140
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人