Git Product home page Git Product logo

changedetection-1's Introduction

写在前面

  • 这个只是小白第一个练手项目,尝试复现的是同实验室师兄的论文Change Detection Based on Deep Siamese Convolutional Network for Optical Aerial Images

  • 损失函数方面还没有试到论文的效果,只是用了pytorch本身自带的BCELoss

  • 如果有什么想法欢迎讨论,但是因为本身是小白,所以可能还会给看的人造成误解,真的很抱歉如果有的话。

说明

一个简单的 Siamese 网络用于同源(直方图校正后)图像的变化检测

数据集

原始数据集(未经过处理的)

目录

  • Folder

    • models : 保存的训练的模型

    • datasets : 数据集

    • tensorboard : 用于 tensorboard 可视化

  • python 脚本

    • algorithms.py : 一些简单的算法

    • configs.py : 配置文件,包含训练所需的一些超参数

    • data_loader.py : 自定义的数据集(继承torch.utils.data.Dataset

    • models.py : 定义的网络结构

    • train.py : 用来训练网络的脚本

    • utils.py : 工具箱,包含一些工具脚本

  • csv 文件

    • data.csv : 所有的处理后的数据的目录('img1','img2','GT')

    • train.csv : 训练的数据的位置

    • test.csv : 测试的数据的位置

  • 其他

    • log.log : 日志文件

    • .gitignore : git 文件,忽略某些文件

changedetection-1's People

Contributors

shinianzhihou avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.