AlignDet
AlignDet copied to clipboard
Official code for ICCV 2023 Paper: AlignDet: Aligning Pre-training and Fine-tuning in Object Detection.
fc_class
Hello, I would like to ask whether fc_class and fc_reg are retained in the final pre-training model (whether the final finetune results in the paper retain the above two parts)?
I read the questions on the discussion board,use SOCO code to get my custom dataset's filtered_proposals. SOCO code as this: ### Prepare data with Selective Search 1. Generate Selective Search...
ModuleNotFoundError: No module named 'AlignDet'.
Thank you for your excellent work! It seems that the link provided in the README for the pretrained Faster-RCNN weights is not correct as it links to mask-rcnn weights. Could...
Hello, thanks for the nice work! I try to use AlignDet in yolov8, but when I train the model ,I found the contrastive loss stucked at 3.0 after about 50...