Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
/ STAFN Public

Spatio-Temporal Adaptive Fusion Network for Vegetation Index Prediction in the Liupan Mountain Region

Notifications You must be signed in to change notification settings

sun2ot/STAFN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Spatio-Temporal Adaptive Fusion Network for Vegetation Index Prediction in the Liupan Mountain Region

How to run

We recommend setting up the environment by installing pixi.

# Build the environment
pixi install

# Activate the env
pixi shell

# Run code
python main.py -c conf/*.toml

Code Structure

.
├── baselines.py
├── cache           # Generated for the first time
├── conf
├── data
├── datasets        # Refer to the Dataset section (following)
├── logs
├── main.py
├── model.py
├── models          # save models
├── pixi.lock
├── pixi.toml
├── README.md
├── trainer.py
└── util

Datasets

Due to confidentiality reasons, the original data cannot be provided.

However, we have included a toy dataset. It can be downloaded directly from Hugging Face:

cd STAFN

# Make sure git-lfs is installed (https://git-lfs.com)
git lfs install

git clone https://huggingface.co/datasets/sun2ot/STAFN datasets
# If you are a Chinese user, we recommend using a mirror site:
# git clone https://hf-mirror.com/datasets/sun2ot/STAFN datasets

About

Spatio-Temporal Adaptive Fusion Network for Vegetation Index Prediction in the Liupan Mountain Region

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages