Home

Awesome

<div align="center"> <h1>RSUniVLM: A Unified Vision Language Model for Remote Sensing via Granularity-oriented Mixture of Experts</h1>

Demo Website Paper

</div>

Teaser


📢 Latest Updates


🔨 Installation

  1. Clone this repo:
git clone git@github.com:xuliu-cyber/RSUniVLM.git
cd RSUniVLM
  1. Install required Python packages
conda create -n rsunivlm python=3.11
conda activate rsunivlm
pip install --upgrade pip  # Enable PEP 660 support.
pip install -e ".[train]"
pip install gradio

🖼️ Demo

  1. Download our available checkpoints.
  2. Change the model_path to your checkpoint path.
  3. Execute the code to run an interactive demo on your own machine:
python app.py

🎉 Acknowledgement