Awesome
<div align="center">
<h1>RSUniVLM: A Unified Vision Language Model for Remote Sensing via Granularity-oriented Mixture of Experts</h1>
</div>
📢 Latest Updates
🔨 Installation
- Clone this repo:
git clone git@github.com:xuliu-cyber/RSUniVLM.git
cd RSUniVLM
- 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
- Download our available checkpoints.
- Change the model_path to your checkpoint path.
- Execute the code to run an interactive demo on your own machine:
python app.py
🎉 Acknowledgement
- Code & Model: We build our project based on the code repo of LLaVA-NeXT.