zyang-ur / onestage_grounding

A Fast and Accurate One-Stage Approach to Visual Grounding, ICCV 2019 (Oral)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get the referit_train and corpus.pth in data/referit folder

frankfufuu opened this issue · comments

Hi
I am trying to construct my own dataset and wonder how to build my own data.pth and corpus.pth as the files downloaded in ./data file?

Hi @frankfufuu,

The corpus is inherited from the DMS repo: https://github.com/BCV-Uniandes/DMS/blob/master/dmn_pytorch/referit_loader.py

You could check the dataload and related utils functions to generate the corpus file.