Skip to content

IIT-Lab/MBPANet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

overview

This is the PyTorch implementation of XXX

Requirements

  • torch==1.3.0+cpu
  • scipy==1.3.1
  • numpy==1.17.3

pip install -r requirements.txt

Preparation

.
├── checkpoint
│   ├── model
│   └── pretrained_model
│       ├── with_10BS_model.pth
│       ├── with_15BS_model.pth
│       ├── with_20BS_model.pth
│       ├── with_25BS_model.pth
│       └── with_5BS_model.pth
├── dataset
│   ├── test_5.mat
│   ├── train_5.mat
│   └── ...
├── dataset.py
├── loss.py
├── network.py
├── requirements.txt
├── README.md
├── test.py
├── train.py
└── utils.py

Run

git clone https://github.com/IIT-Lab/MBPANet.git
cd MBPANet
python train.py
python test.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages