Official Pytorch implementation for "GCD: Advancing Vision-Language Models for Incremental Object Detection via Global Alignment and Correspondence Distillation", AAAI 2025. Incremental object ...
#Objective: Write and use functions. #Instructions: Write a function that takes two numbers as parameters and returns their greatest common divisor (GCD). # Test the function with different inputs.