Update CUSTOMIZED_PRETRAIN.md

BradyFU-patch-1
YifanXu 2023-10-20 22:57:17 +08:00 committed by GitHub
parent 0df94e5b47
commit d16d8c5916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Here we add a new dataset ``coco_grounding_train_for_obj365``.
**2. Acquire customized config files**
You can modified upon the [official pretraining config file](configs/pretrain/mq-glip-t.yaml) to get a customized config file. Here we provide an [example](configs/pretrain/mq-glip-t_coco.yaml). You can customize your own needs following the "``NOTE``" in the file.
You can modified upon the [official pretraining config file](configs/pretrain/mq-glip-t.yaml) to get a customized config file. Here we provide an [example](configs/pretrain/mq-glip-t_coco.yaml), which is modified upon [``mq-glip-t.yaml``](configs/pretrain/mq-glip-t.yaml) with"``NOTE``" on all modifications. You can customize your own needs following the "``NOTE``" in the file.
Make sure to use correct ``DATASETS.TRAIN`` and ``VISION_QUERY.QUERY_BANK_PATH``.