open-mmlab / mmdetection

OpenMMLab Detection Toolbox and Benchmark
https://mmdetection.readthedocs.io
Apache License 2.0
29.7k stars 9.48k forks source link

How to retrain the GLIP model on the Object365 dataset #12026

Open CLL112 opened 3 weeks ago

CLL112 commented 3 weeks ago

How to retrain the GLIP model on the Object365 dataset?
Since I made some modifications to the GLIP model, I need to perform some pre-training again to improve performance. I replaced _base_ = [../_base_/datasets/coco_detection.py] with _base_ = [../_base_/datasets/objects365v1_detection.py] in glip_atss_swin-t_a_fpn_dyhead_16xb2_ms-2x_funtune_coco.py to train on Object365. Is this correct? Are any additional steps required?