You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: