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 and examples 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.