Home

Awesome

RS-ChatGPT: Solving Remote Sensing Tasks with ChatGPT and Visual Models

Introduction

Remote Sensing ChatGPT(RS-ChatGPT) is an open source tool for solving remote sensing tasks with ChatGPT in an interactive way.ChatGPT acts as an expert to response to users' linguistic resquests based on the input remote sensing image. It supports various interpretation tasks that are trained on remote sensing datasets. To help ChatGPT better understand remote sensing knowledge, remote sensing image captioning is set as cue to help ChatGPT understand remote sensing image.We will keep updating RS-CHatGPT~ Please comments with Issues or send me a email if you have any suggestions! Thanks in advance!

Generally, RS-ChatGPT includes four steps in implementation:

Our article is now available in arXiv! See you in IGARSS204, Greece!<br/> My personal website is also avalable:www.poleguo98.top

Updates

2024.01.30: <br/>

2023.09.19: <br/>

2023.08.23:<br/>

The code

Requirements

Please Refer to requirements.txt

Usage

->Clone the repository:git clone https://github.com/HaonanGuo/Remote-Sensing-ChatGPT<br/> ->Download the below models and place them in the checkpoints folder<br/> ->Run RSChatGPT-shell.py

Supported Function

FunctionDescriptionMethodPretrain DatasetModel Weights
Image CaptioningDescribe the remote sensing imageBLIPBLIP Datasetweight(github)
Scene ClassificationClassify the type of sceneResNetAID Datasetweight(Google) weight(Baidu)
Object DetectionDetect RS object from imageYOLO v5DOTAweight(Google) weight(Baidu)
Instance SegmentationExtract Instance Mask of certain objectSwinTransformer+UperNetiSAIDweight(Google) weight(Baidu)
Landuse ClassificationExtract Pixel-wise Landuse ClassificationHRNetLoveDAweight(Google) weight(Baidu)
Object CountingCount the number of certain object in an imageYOLO v5DOTASame as Object Detection
Edge DetectionExtract edge of remote sensing imageCannyNoneNone

More funtions to be updated~

Citation

Please cite the repo if you use the data or code in this repo.

@article{RS ChatGPT,
	title = {Remote Sensing ChatGPT: Solving Remote Sensing Tasks with ChatGPT and Visual Models},
	shorttitle = {Remote Sensing ChatGPT},
	doi = {10.48550/ARXIV.2401.09083},
	author = {Guo, Haonan and Su, Xin and Wu, Chen and Du, Bo and Zhang, Liangpei and Li, Deren},
	year = {2024},
}

Acknowledgments

Help

Remote Sensing ChatGPT is an open source project that welcome any contribution and feedback. Please contact us with: haonan.guo@whu.edu.cn