当前位置: 首页 > news >正文

Tied and Anchored Stereo Attention Network for Cloud Removal in Optical

论文名称 基于固定锚定立体注意力网络的光学遥感图像去云方法代码运行

论文代码 https://github.com/ningjin00/TASANet?tab=readme-ov-file

论文地址 

1环境创建

       模型环境给了这几个包,如果你自带环境 那就运行代码 提示缺哪个装哪个

 python == 3.12rasterio == 1.3.10 torch == 2.3.0yaml == 6.0.1torchinfo == 1.8.0torchmetrics == 1.3.2

 2数据下载

在他的readme.md中找到  here ,点击here下载数据,数据500M大小。

6. Usage

  If you want to continue training the model, you can run the model_train.py file for training.

  If you want to test the model, you can run the model_predict.py file for testing and test model can be directly downloaded here.

3修改yaml文件路径

路径在TASANet-main\config\dataset_config.yaml,把其中的改为绝对路径

train_dataset_dir: "E:/qymx/TASANet-main/config/dataset_example/train_example"
eval_dataset_dir: "E:/qymx/TASANet-main/config/dataset_example/eval_example"# 输入的验证文件路径
predict_dataset_dir: "E:/qymx/TASANet-main/config/dataset_example/test_example"

4点击训练

        运行TASANet-main\model_train.py,开始训练

http://www.lryc.cn/news/423329.html

相关文章:

  • 云开发微信小程序--即时聊天(单人聊天,多人聊天室)
  • Leetcod编程基础0到1-基础实现内容(个人解法)(笔记)
  • 仲阳天王星运维实习一面
  • 排序算法详解
  • vxe-table树形结构使用setCheckboxRow卡顿--已解决
  • 配置错误和 IAM 弱点是云安全的主要隐患
  • Redis系列之Redis Cluster
  • 网站证书过期导致WordPress后台无法登录问题解决,页面样式丢失
  • LeetCode刷题笔记第191题:位1的个数
  • C语言—函数栈帧
  • IDEA 2022.1.4用前需知
  • Python数据可视化案例——折线图
  • Ubuntu虚拟机安装及汉化
  • 记2024-08原生微信小程序开发
  • 嵌入式linux系统镜像制作day1
  • 【相机与图像】2. 相机内外参的标定的代码示例
  • 重启人生计划-拒绝内耗
  • 盘点电脑开机慢的几大高频原因
  • 2-64 基于matlab的Consensus-Based Bundle Algorithm (CBBA)算法
  • Win10 去掉桌面右上角 了解有关此图片的信息
  • tcpdump入门——抓取三次握手数据包
  • 漏洞复现-GitLab任意读取文件(CVE-2023-2825)
  • 二叉树——9.找树左下角的值
  • 如何用github制作个人网站
  • 二.PhotoKit - 相册权限(彻底读懂权限管理)
  • 二叉树------最小堆,最大堆。
  • 预约功能的知识整理
  • Linux的常用操作-02
  • Android Studio 连接手机进行调试
  • Vue3项目创建及相关配置