Awesome
<h1 align="center">Self-Supervised Learning with Probabilistic Density Labeling for Rainfall Probability Estimation</h1> <div align='center'> <strong>Jun Ha Lee</strong></a><sup> 1,3</sup>  <a href='https://scholar.google.com/citations?hl=ko&user=gKrLgVUAAAAJ' target='_blank'><strong>So Jung An</strong></a><sup> 2</sup>  <strong>Su Jeong You</strong><sup> 3</sup>  <a href='https://scholar.google.com/citations?hl=ko&user=Ntx5VRIAAAAJ' target='_blank'><strong>Nam Ik Cho</strong></a><sup> 1</sup>  </div> <div align='center'> <sup>1 </sup>Seoul National University  <sup>2 </sup>Korea Institute of Atmospheric Prediction Systems  <sup>3 </sup>Korea Institute of Industrial Technology  </div>🔔 Updates
2024/10/29
: We released the code and pre-print paper on arXiv2024/10/29
: SSLPDL has been accepted at WACV 2025! 🎊
Intro
This repo, named SSLPDL, contains the official PyTorch implementation of our paper Self-Supervised Learning with Probabilistic Density Labeling for Rainfall Probability Estimation.
🔥 Getting Started
1. Clone the code and prepare the environment 🔧
git clone https://github.com/junha425/SSLPDL
cd SSLPDL
# create env using conda
conda create -n SSLPDL python==3.10.12
conda activate SSLPDL
# install dependencies with pip
pip install -r requirements.txt
2. Download pre-trained weights
# first, ensure git-lfs is installed, see: https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage
git lfs install
# clone the weights
Coming soon..
3. Run the SSLPDL 🚀
Before running, ensure you configure the necessary settings through the run.py
file.
Pre-training
# If you want to train the pre-trained model, just run the [main.py].
python main.py
Fine-tuning
# After training the pre-trained model, just run the [main.py] with the [checkpoint] (file).
# The [checkpoint] (file) under the [pre_path] (directory) is required!
python main.py
TODO
- Preprint Paper
- Code
- Checkpoint
Contact
If you have any questions, please feel free to contact joonha4670@gmail.com or ssojungan@gmail.com
Acknowledgements
We would like to thank the contributors of the InternImage repository for their open research and contributions.
Citation
If you find SSLPDL useful for your research, welcome to this repo and cite our work using the following BibTeX:
@article{lee2024self,
title = {Self-Supervised Learning with Probabilistic Density Labeling for Rainfall Probability Estimation},
author = {Lee, Junha and An, Sojung and You, Sujeong and Cho, Namik},
journal = {arXiv preprint arXiv:2412.05825},
year = {2024}
}