This repository contains the official implementation of Yushi framework.
git clone https://github.com/OpenEarthLab/Yushi
cd Yushi
conda create -n yushi python=3.10
conda activate yushi cd Pytorch-Correlation-extension
pip install -e .
cd Oriented1D/models/dwoconv1d
pip install -e .
cd -
cd Oriented1D/models/dwoconv1d_specialized
pip install -e .
Download the [checkpoint](https://drive.google.com/file/d/1pbiMmdxPWUfuwTClZSr8nTWiaAVx2k3f/view?usp=drive_link) and [examples](https://drive.google.com/drive/folders/1cy2Si3MUma5he9F36n1f8O6IX7jsZwS5?usp=drive_link) from Google Drive.
CUDA_VISIBLE_DEVICES=0 python inference.py
We would like to express our gratitude to the following open-source projects, whose high-quality code and research served as a foundation for this work: Pytorch-Correlation-extension, Oriented1D, NowcastNet and Pytorch-UNet.
Please feel free to contact zpq0316@163.com if you have questions.