JasonWZC / BASNet

Code for BASNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BASNet

Environment setup

cuda: 11.7  
python: 3.9  
pytorch: 1.13.1  

Installation

git clone https://github.com/JasonWZC/BASNet-main.git 
cd BASNet-main 

Train

You can set the training model and parameters in BASNet/train.py.

python train.py

Prediction

After training, you can put weight in BASNet/predict/plot_demo.py.
Then use it to generate a prediction graph.

python plot_demo.py

Download the datesets

You can install these datasets to './datasets'. And we have provided a small dataset called TEST for your testing.

About

Code for BASNet


Languages

Language:Python 100.0%