
图像处理
Sulayman600
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ubuntu16.04多版本cuda使用介绍
参考文章: https://blog.csdn.net/maple2014/article/details/78574275 https://blog.csdn.net/QLULIBIN/article/details/78714596 https://blog.csdn.net/tunhuzhuang1836/article/details/79545625 所以这里更改原来已经安装的cuda路...原创 2018-11-27 11:51:39 · 230 阅读 · 0 评论 -
损失函数softmax_cross_entropy、binary_cross_entropy、sigmoid_cross_entropy之间的区别与联系
参考文章 https://www.jianshu.com/p/47172eb86b39 https://www.cnblogs.com/guqiangjs/p/8202899.html https://blog.csdn.net/xiamentingtao/article/details/78598511 https://blog.csdn.net/qinghuaci666/article...转载 2019-01-11 15:05:27 · 1287 阅读 · 0 评论 -
Mask R-CNN详解参考与Facebook代码训练
https://blog.csdn.net/WZZ18191171661/article/details/79453780 https://blog.csdn.net/xiongchao99/article/details/79106588 https://blog.csdn.net/WZZ18191171661/article/details/79453780 https://www.jians...转载 2019-01-22 11:54:03 · 771 阅读 · 0 评论 -
NMS与Soft NMS算法笔记
转发文章NMS——非极大值抑制 https://blog.csdn.net/shuzfan/article/details/52711706 有些不清楚的地方,弄懂后后面补充~转载 2019-03-20 10:45:44 · 389 阅读 · 0 评论 -
0422:11、二进制中1的个数;12两个链表的第一个公共节点
11、二进制中1的个数题目描述 输入一个整数,输出该数二进制表示中1的个数。其中负数用补码表示。 笔记:对与负数的补码1的个数计算,关键是转换负数的补码不能写出来,看评论区的答案~ 解法1:n加上2的32次方表示的是负数的补码形式~ # -*- coding:utf-8 -*- class Solution: def NumberOf1(self, n): # write ...原创 2019-04-25 21:05:28 · 202 阅读 · 0 评论 -
二叉查找树和二叉平衡树及其插入元素后调整
转载: https://blog.csdn.net/qq_25940921/article/details/82183093转载 2019-04-25 21:07:20 · 261 阅读 · 0 评论 -
百度2019计算机视觉题目问答题合集
[问答题] 题目描述 关于K-means聚类算法,请回答以下问题: K-means是有监督聚类还是无监督聚类?(2分) 写出将N个样本(X=(x1,…,xN))聚成K类的K-means聚类算法的优化目标函数。(6分) 请用伪代码写出聚类过程。(8分) 假设样本特征维度为D,请描述Kmeans算法时间复杂度。(4分) [问答题] 题目描述 相机模型有哪些参数,写出三维空间点到图像...原创 2019-04-28 19:56:52 · 2417 阅读 · 0 评论 -
openCV图像处理相关问题处理、总结、解答
1、数据增强-旋转 https://blog.csdn.net/u014540717/article/details/53301195 2、图像滤波、模糊原创 2019-08-08 18:22:29 · 522 阅读 · 0 评论 -
python函数学习、使用问题及解答总结
1、python split(),os.path.split()和os.path.splitext()函数用法 https://blog.csdn.net/T1243_3/article/details/80170006原创 2019-08-08 18:23:45 · 377 阅读 · 0 评论