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?
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]
inglip_atss_swin-t_a_fpn_dyhead_16xb2_ms-2x_funtune_coco.py
to train on Object365. Is this correct? Are any additional steps required?