博客摘录「 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.

相关推荐
Include everything16 分钟前
Rust学习笔记(三)|所有权机制 Ownership
笔记·学习·rust
livemetee2 小时前
Flink2.0学习笔记:Flink服务器搭建与flink作业提交
大数据·笔记·学习·flink
INS_KF2 小时前
【C++知识杂记2】free和delete区别
c++·笔记·学习
Easocen3 小时前
Mybatis学习笔记(五)
笔记·学习·mybatis
丑小鸭是白天鹅5 小时前
嵌入式C语言学习笔记之枚举、联合体
c语言·笔记·学习
十一10246 小时前
FX10/20 (CYUSB401X)开发笔记5 固件架构
笔记
FakeOccupational6 小时前
【电路笔记 通信】AXI4-Lite协议 FPGA实现 & Valid-Ready Handshake 握手协议
笔记·fpga开发
奶黄小甜包7 小时前
C语言零基础第18讲:自定义类型—结构体
c语言·数据结构·笔记·学习
rannn_11110 小时前
【MySQL学习|黑马笔记|Day7】触发器和锁(全局锁、表级锁、行级锁、)
笔记·后端·学习·mysql
草莓熊Lotso10 小时前
《详解 C++ Date 类的设计与实现:从运算符重载到功能测试》
开发语言·c++·经验分享·笔记·其他