News

Official Pytorch implementation for "GCD: Advancing Vision-Language Models for Incremental Object Detection via Global Alignment and Correspondence Distillation", AAAI 2025. Incremental object ...
This is the official code for the GCD. The method is accepted by the GRSL in 2025. a. Create a conda virtual environment and activate it. conda create -n gcd python=3.7 -y conda activate gcd b.