会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
oliverfg
博客园
首页
新随笔
联系
订阅
管理
2026年5月17日
变化检测“假阳性灾难”的突围之路:从 SCanNet v1 到 v6 的实战复盘
摘要: 在遥感变化检测任务中,最让人头疼的往往不是漏检,而是模型在完全没变化的区域疯狂“脑补”出变化——大片假阳性直接让产品无法落地。最近在使用 SCanNet 处理 CD93 数据集(93 张灰度遥感图,45 张有变化 / 48 张无变化)时,就遭遇了这种灾难,并由此展开了一场从架构修补到数据驱动的攻坚。
阅读全文
posted @ 2026-05-17 19:29 Oliverfg
阅读(16)
评论(0)
推荐(0)
2023年7月28日
Educational Codeforces Round 152 (Rated for Div. 2)记录
摘要: A. Morning Sandwich #include <cstdio> #include <algorithm> #include <cmath> #include <vector> #include <string.h> #include <set> #include <string> #in
阅读全文
posted @ 2023-07-28 20:13 Oliverfg
阅读(36)
评论(0)
推荐(0)
2023年7月27日
Codeforces Round 888 (Div. 3)记录
摘要: A. Escalator Conversations #include<cstdio> #include<algorithm> #include<cmath> #include<vector> #include<string.h> #include<set> #include<string> #in
阅读全文
posted @ 2023-07-27 20:59 Oliverfg
阅读(35)
评论(0)
推荐(0)
2023年7月24日
Codeforces Round 887 (Div. 2)记录
摘要: A. Desorting 如果有 $a_1 \leq a_2 \leq \ldots \leq a_{n-1} \leq a_n$,则称长度为 $n$ 的数组 $a$ 已排序。 Ntarsis 有一个长度为 $n$的数组 $a$。 他可以对数组进行一种操作(0 次或多次): - 选择一个索引 $i$
阅读全文
posted @ 2023-07-24 20:16 Oliverfg
阅读(90)
评论(0)
推荐(0)
2023年7月23日
Codeforces Round 886 (Div. 4)记录
摘要: A - To My Critics 代码: #include<cstdio> #include<algorithm> #include<cmath> #include<vector> #include<string.h> #include<set> #include<string> #include
阅读全文
posted @ 2023-07-23 16:20 Oliverfg
阅读(55)
评论(0)
推荐(0)
公告