摘要: 在遥感变化检测任务中,最让人头疼的往往不是漏检,而是模型在完全没变化的区域疯狂“脑补”出变化——大片假阳性直接让产品无法落地。最近在使用 SCanNet 处理 CD93 数据集(93 张灰度遥感图,45 张有变化 / 48 张无变化)时,就遭遇了这种灾难,并由此展开了一场从架构修补到数据驱动的攻坚。 阅读全文
posted @ 2026-05-17 19:29 Oliverfg 阅读(16) 评论(0) 推荐(0)
摘要: 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)
摘要: 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)
摘要: 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)
摘要: 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)