Megvii-BaseDetection / GFSD

This project provides an implementation for "Generalized Few-Shot Object Detection without Forgetting" (CVPR2021) on PyTorch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

assert torch.all(base_model[k] == novel_model[k]), f"{k} not equal!"

liniceyo opened this issue · comments

What is the novel model in the combine_rpn.py ? Is it the weight file that is fine-tuned by TFA