Coder Social home page Coder Social logo

aconvnet's Introduction

项目名称

项目描述

AConvNet是一个基于卷积神经网络的目标分类模型,旨在实现论文《Target Classification Using the Deep Convolutional Networks for SAR Images》中描述的算法。该项目提供了用于训练和测试AConvNet模型的代码,并包含了模型的超参数设置。

安装指南

克隆项目仓库:

git clone https://github.com/Iamairs/AConvNet.git

进入项目目录:

cd AConvNet

安装依赖:

pip install -r requirements.txt

数据集准备:

  1. 下载数据集dataset.zip文件。
  2. 解压文件后,在raw目录下可以找到train和test目录。
  3. 将这两个目录(train和test)放置在data/soc/raw目录下。

使用说明

处理数据

cd src/datasets/raw_data
python data_entry.py --mode=train
python data_entry.py --mode=test

训练模型

cd ../../
python train.py

你可以通过 --help 选项查看更多可用参数的说明。

测试模型

python test.py

你可以通过 --help 选项查看更多可用参数的说明。

项目结构

AConvNet/
│
├── data/
│   ├── soc/
│
├── notebook/
│   ├── experiment-soc.py
│
├── outputs/
│   ├── checkpoints/
│   ├── images/
│   ├── logs/
│
├── src/
│   ├── datasets/
│   │   ├── processed_data/
│   │   │   ├── data_loader.py
│   │   │   ├── dataset.py
│   │   ├── raw_data/
│   │   │   ├── data_entry.py
│   │   │   ├── mstar.py
│   ├── model/
│   │   ├── _base.py
│   │   ├── _block.py
│   │   ├── network.py
│   ├── utils/
│   │   ├── general.py
│   │   ├── metrics.py
│   ├── options.py
│   ├── test.py
│   ├── train.py
├── README.md
└── requirements.txt

参考资料

aconvnet's People

Contributors

iamairs avatar

Watchers

 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.