摘要: landbench里面,李老师提到的encode-decode。 remote sensing,大类是2区,小类是2到3区。 分类的 题目: “利用内部卷积集 成 编码 器 -解码 器 网 络和 定 向 条件 随 机场 从 遥 感图 像中提取道路” (pdf) “Road Extraction fr 阅读全文
posted @ 2024-01-16 12:09 辛宣 阅读(1) 评论(0) 推荐(0) 编辑
摘要: import torch import torch.nn as nn class ConvBlock(nn.Module): def __init__(self, in_channels, out_channels): super(ConvBlock, self).__init__() self.c 阅读全文
posted @ 2024-01-16 11:41 辛宣 阅读(9) 评论(0) 推荐(0) 编辑