print day for 08

Bottleneck Transformers for Visual Recognition

Bottleneck Transformers for Visual Recognition * Authors: [[Aravind Srinivas]], [[Tsung-Yi Lin]], [[Niki Parmar]], [[Jonathon Shlens]], [[Pieter Abbee ......

Fully convolutional networks for semantic segmentation

Fully convolutional networks for semantic segmentation * Authors: [[Jonathan Long]], [[Evan Shelhamer]], [[Trevor Darrell]] DOI: 10.1109/CVPR.2015.729 ......

U-Net: Convolutional Networks for Biomedical Image Segmentation

U-Net: Convolutional Networks for Biomedical Image Segmentation * Authors: [[Olaf Ronneberger]], [[Philipp Fischer]], [[Thomas Brox]] Local library 初读 ......

SeaFormer: Squeeze-enhanced Axial Transformer for Mobile Semantic Segmentation

SeaFormer: Squeeze-enhanced Axial Transformer for Mobile Semantic Segmentation * Authors: [[Qiang Wan]], [[Zilong Huang]], [[Jiachen Lu]], [[Gang Yu]] ......

RefineNet: Multi-path Refinement Networks for High-Resolution Semantic Segmentation

RefineNet: Multi-path Refinement Networks for High-Resolution Semantic Segmentation * Authors: [[Guosheng Lin]], [[Anton Milan]], [[Chunhua Shen]], [[ ......

Expectation-Maximization Attention Networks for Semantic Segmentation 使用了EM算法的注意力

Expectation-Maximization Attention Networks for Semantic Segmentation * Authors: [[Xia Li]], [[Zhisheng Zhong]], [[Jianlong Wu]], [[Yibo Yang]], [[Zho ......

UNetFormer: A UNet-like transformer for efficient semantic segmentation of remote sensing urban scene imagery

UNetFormer: A UNet-like transformer for efficient semantic segmentation of remote sensing urban scene imagery * Authors: [[Libo Wang]], [[Rui Li]], [[ ......

Context Prior for Scene Segmentation带上下文先验的分割

Context Prior for Scene Segmentation * Authors: [[Changqian Yu]], [[Jingbo Wang]], [[Changxin Gao]], [[Gang Yu]], [[Chunhua Shen]], [[Nong Sang]] DOI: ......
先验 下文 Segmentation Context Prior

UNet++: A Nested U-Net Architecture for Medical Image Segmentation

UNet++: A Nested U-Net Architecture for Medical Image Segmentation * Authors: [[Zongwei Zhou]], [[Md Mahfuzur Rahman Siddiquee]], [[Nima Tajbakhsh]], ......

Asymmetric Non-Local Neural Networks for Semantic Segmentation 非对称注意力

Asymmetric Non-Local Neural Networks for Semantic Segmentation * Authors: [[Zhen Zhu]], [[Mengdu Xu]], [[Song Bai]], [[Tengteng Huang]], [[Xiang Bai]] ......

PSANet: Point-wise Spatial Attention Network for Scene Parsing双向注意力

PSANet: Point-wise Spatial Attention Network for Scene Parsing * Authors: [[Hengshuang Zhao]], [[Yi Zhang]], [[Shu Liu]], [[Jianping Shi]], [[Chen Cha ......

UIU-Net: U-Net in U-Net for Infrared Small Object Detection:Unet中的Unet

UIU-Net: U-Net in U-Net for Infrared Small Object Detection * Authors: [[Xin Wu]], [[Danfeng Hong]], [[Jocelyn Chanussot]] DOI: 10.1109/TIP.2022.32284 ......
Net U-Net Unet Detection Infrared

Scale-Prior Deformable Convolution for Exemplar-Guided Class-Agnostic Counting

Scale-Prior Deformable Convolution for Exemplar-Guided Class-Agnostic Counting 初读印象 comment:: (计数用的一个网络)提出了一个标度优先的可变形卷积,将典范的信息,例如标度,整合到计数网络主干中。 动机 本文考 ......

Adaptive Sparse Convolutional Networks with Global Context Enhancement for Faster Object Detection on Drone Images

Adaptive Sparse Convolutional Networks with Global Context Enhancement for Faster Object Detection on Drone Images * Authors: [[Bowei Du]], [[Yecheng ......

A Deformable Attention Network for High-Resolution Remote Sensing Images Semantic Segmentation可变形注意力

A Deformable Attention Network for High-Resolution Remote Sensing Images Semantic Segmentation * Authors: [[Renxiang Zuo]], [[Guangyun Zhang]], [[Rong ......

Day03转义字符

Day03转义字符 \n:换行符,用于在文本中插入一个新行。 \r:回车符,用于将光标移动到当前行的开头。 \t:制表符,用于在文本中插入一个制表位。 \":双引号,用于在字符串中插入一个双引号字符。 \':单引号,用于在字符串中插入一个单引号字符。 \\:反斜杠,用于在字符串中插入一个反斜杠字符。 ......
转义 字符 Day 03

Day03字符拓展

//字符拓展 char c1 = 'A'; char c2='中'; System.out.println(c1); System.out.println((int)c1);//强制換行 System.out.println(c2); System.out.println((int)c2);//强制 ......
字符 Day 03

day13

1.今日内容 今日内容: 0、有参装饰器 1、迭代器 2、生成器 3、面向过程编程 4、表达式 三表达式 列表生成式 生成器表达式 2.有参装饰器 import time current_user={ 'username':None, # 'login_time':None } # 装饰器最多套三层 ......
day 13

day14

day14(异常处理) 1.异常常见错误类型 # 异常俗称bug # 以下是异常的常见错误类型 # SyntaxError # NameError # IndexError # KeyError # IndentationError 2.异常处理的语法结构 1.基本语法结构 try: 待监测的代码( ......
day 14

08 MVVM框架

08 MVVM框架 WPF是Windows Presentation Foundation的缩写,它是一种用于创建桌面应用程序的用户界面框架。WPF支持多种开发模式,其中一种叫做MVVM(Model-View-ViewModel)。 在WPF开发中,经典的编程模式是MVVM,是为WPF量身定做的模式 ......
框架 MVVM 08

AWS - Required permissions for a node group role

Before you create worker nodes, you must create an IAM role with the following IAM policies: AmazonEKSWorkerNodePolicy AmazonEKS_CNI_Policy AmazonEC2C ......
permissions Required group node role

1 K8S for Prometheus Dashboard 20211010 EN

* [Prometheus Time Series Collection and Processing Server](http://localhost:9090/targets?search=#pool-prometheus)* [Dashboards | Grafana Labs](https: ......
Prometheus Dashboard 20211010 K8S for

Day03八大基本数据类型

//八大基本数据类型 //整数 int num1 = 10;//最常用!!!! byte num2 = 20; short num3 = 30; long num4= 30L;//Long类型后面加 L //小数:浮点数 float num5 = 50.1F; //fLoat类型要在数字后面加F d ......
类型 数据 Day 03

JavaWeb - Day09 - Mybatis - 基础操作、XML映射文件、动态SQL

01. Mybatis-基础操作-环境准备 需求 需求说明: 根据资料中提供的《tlias智能学习辅助系统》页面原型及需求,完成员工管理的需求开发。 通过分析以上的页面原型和需求,我们确定了功能列表: 查询 根据主键ID查询 条件查询 新增 更新 删除 根据主键ID删除 根据主键ID批量删除 准备 ......
JavaWeb Mybatis 文件 基础 动态

GCGP:Global Context and Geometric Priors for Effective Non-Local Self-Attention加入了上下文信息和几何先验的注意力

Global Context and Geometric Priors for Effective Non-Local Self-Attention * Authors: [[Woo S]] 初读印象 comment:: (GCGP)提出了一个新的关系推理模块,它包含了一个上下文化的对角矩阵和二维相 ......

12.08日

今天雪更大了,还好早上没早八。不过英语的口语作业即将到提交日期了,我们小组选的是拍摄课文微视频。约定下午进行对词,排练以及拍摄,一切都顺利进行,也是在下午傍晚时分进行了提交。不过通过这次课文演绎,感觉到自己的英语不够熟练,口语也开始结结巴巴,有的词发音甚至都忘记。掌握好一门语言真的很重要,尤其是说出 ......
12.08 12 08

Day08---IDEA

Day08 IDEA中的第一个代码 IDEA项目结构介绍 project(项目) module(模块) package(包) class(类) 步骤:新建项目-->在项目内新建模块-->在新建模块内新建包-->在包内创建类 常用的系统设置 提示忽略大小写 修改主题 修改注释的颜色 修改字体 自动导包 ......
IDEA Day 08

Rethinking and Improving Relative Position Encoding for Vision Transformer: ViT中的位置编码

Rethinking and Improving Relative Position Encoding for Vision Transformer * Authors: [[Kan Wu]], [[Houwen Peng]], [[Minghao Chen]], [[Jianlong Fu]], ......

js中结束多层for循环

关键字break和continue都是结束循环的作用,但是它只能结束它外面的第一层循环,如果代码里面是一层一层又一层的循环,你想直接结束最外层循环就需要outer了。 outer:for (int i = 0; i < 10; i++) { for (int j = 0; j < 10; j++) ......
多层 for

Educational Codeforces Round 131 (Rated for Div. 2)

基本情况 AB秒了。C知道是二分答案,check死活写不出来。 C. Schedule Management Problem - C - Codeforces 错误分析 这题比较绕,搞了一个对应关系,大脑转不过来。 写check的时候完全想不出合理的思路。 很明显的要用桶来计数,但是怎么用不知道了。 ......
Educational Codeforces Round Rated 131