Skip to content

This is the official repository for paper "Generalization-Enhanced Few-Shot Object Detection in Remote Sensing".

License

Notifications You must be signed in to change notification settings

leenamx/GE-FSOD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

GE-FSOD

This is the official repository for paper "Generalization-Enhanced Few-Shot Object Detection in Remote Sensing".

The relevant data and code will be released after publication!

🚀 Quick Start

Clone the epository

git clone https://github.com/leenamx/GE-FSOD.git

We recommend using Anaconda or Miniconda to create a virtual environment and install the required dependencies. We used Python 3.8 and CUDA 11.8 for development and experiments.

conda create -n gefsod python=3.8
conda activate gefsod

Install the dependencies

pip install -r requirements.txt

💿Datasets

  • For DIOR dataset, you can download DIOR dataset from its official website and prepare the data folder like this. Note that the JPEGImages contain all images of JPEGImages-train and JPEGImages-test.

  • For NWPU VHR-10 dataset, you can download it from here.The original dataset was not divided into training and validation sets. As a result, we uploaded our train/val splits in data/NWPU VHR-10 dataset/Main. The final folder layout should look like this. data

  • The few_shot_ann is our few-shot data splits. You can unzip the few_shot_ann.zip in data folder and the final layout will be look like this. few_shot_ann
    ├── dior
    │ ├── benchmark_10shot
    │ ├── benchmark_1shot
    │ ├── benchmark_20shot
    │ ├── benchmark_2shot
    │ ├── benchmark_3shot
    │ └── benchmark_5shot
    └── vhr10
    ├── benchmark_10shot
    ├── benchmark_20shot
    ├── benchmark_3shot
    └── benchmark_5shot

💻 Training

Coming Soon!

🔬 Evaluation

Coming Soon!

📋 License

This project is released under the MIT license.

📧 Contact

If you have any questions or inquiries, please feel free to contact me.

About

This is the official repository for paper "Generalization-Enhanced Few-Shot Object Detection in Remote Sensing".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published