README.md

October 9, 2021 ยท View on GitHub

Relation-aware instance refinement for weakly supervised visual grounding

1. build detectron2 by following the official instrucment

2. training for flickr30k entities

sh scripts/train.sh ## change the MODEL.VG.NETWORK 'RegRel' into "Baseline", 'Baseline_s2', 'Reg' to get the ablation study results

3. training for KAC models

sh scripts/train_kac.sh ## get the final results

4. data preparation

We will release the processed dataset later.

Contents

  1. 1Relation-aware instance refinement for weakly supervised visual grounding
  2. 1.11. build detectron2 by following the official instrucment
  3. 1.22. training for flickr30k entities
  4. 1.33. training for KAC models
  5. 1.44. data preparation