博客摘录「 YOLOv5模型剪枝压缩」2024年5月11日

添加L1正则来约束BN层系数

语义边缘检测和语义分割的关系调研结果为,语义信息可以用来增强语义分割的效果,也有一定的优点和采用理由,但此类论文的数量并不是很多,语义分割的多数方法还是使用深度学习直接做像素分类。在对比两者的性能时发现,两者的performance指标不一样,所以无法进行对比。

Research findings on the relationship between semantic edge detection and semantic segmentation indicate that semantic information can be used to enhance the effectiveness of semantic segmentation. However, the number of such papers is not very large, and most methods of semantic segmentation still use deep learning for direct pixel classification. When comparing the performance of the two, it is found that their performance metrics are different, making it impossible to compare them directly.

边缘检测和显著性检测的关系是,边缘信息可以用来增强显著性检测的效果。因为基本边缘检测在数据处理时都是第一个步骤。The relationship between edge detection and saliency detection is that edge information can enhance the effect of saliency detection. This is because basic edge detection is typically the first step in data processing.

BSDS500 轮廓检测与语义分割数据集_数据集-阿里云天池

【免费】BDCNWEIGHTS资源-CSDN文库

Learning Spatial Context: Using Stuff to Find Things (stanford.edu)

阅读了三篇关于基于深度学习的边缘检测的综述论文,发现了12篇关于更流行的算法的论文。整理了模型架构和指标信息。

After reading three review papers on deep learning-based edge detection, I discovered 12 papers on more popular algorithms. I have organized the model structures and metric information.

相关推荐
degen_13 小时前
第二次进入PEICORE流程
c语言·笔记
Voyager_414 小时前
算法学习记录03——二叉树学习笔记:从两道题看透后序位置的关键作用
笔记·学习·算法
我先去打把游戏先16 小时前
ESP32学习笔记(基于IDF):ESP32连接MQTT服务器
服务器·笔记·单片机·嵌入式硬件·学习·esp32
四谎真好看20 小时前
Java 黑马程序员学习笔记(进阶篇18)
java·笔记·学习·学习笔记
报错小能手1 天前
linux学习笔记(45)git详解
linux·笔记·学习
Larry_Yanan1 天前
QML学习笔记(四十四)QML与C++交互:对QML对象设置objectName
开发语言·c++·笔记·qt·学习·ui·交互
摇滚侠1 天前
Spring Boot 3零基础教程,WEB 开发 默认页签图标 Favicon 笔记29
java·spring boot·笔记
酌量1 天前
基于3D激光点云的障碍物检测与跟踪---(1)体素下采样、ROI 区域裁剪与地面点云分割
笔记·机器人·ransac·障碍物检测·激光点云·roi·体素下采样
大邳草民1 天前
Django 的动态特性:从 Python 动态机制到框架设计思想
笔记·python·django
Larry_Yanan1 天前
QML学习笔记(四十五)QML与C++交互:信号槽的双向实现
c++·笔记·qt·学习·ui·交互