nickgkan / butd_detr

Code for the ECCV22 paper "Bottom Up Top Down Detection Transformers for Language Grounding in Images and Point Clouds"
Other
79 stars 11 forks source link

About scanrefer predicted spans? #52

Open HyperbolicCurve opened 4 hours ago

HyperbolicCurve commented 4 hours ago

Hi👋, may I ask how to get scanrefer_pred_spans_train.json and scanrefer_pred_spans_val.json? I didn't find the method in the paper or the code.

ayushjain1144 commented 4 hours ago

Hi, It is in data preparation section of README. (for eg: scanrefered val: https://zenodo.org/record/7363895/files/scanrefer_pred_spans_val.json?download=1 and scanrefer train: https://zenodo.org/record/7363895/files/scanrefer_pred_spans_train.json?download=1)

HyperbolicCurve commented 4 hours ago

Hi, It is in data preparation section of README. (for eg: scanrefered val: https://zenodo.org/record/7363895/files/scanrefer_pred_spans_val.json?download=1 and scanrefer train: https://zenodo.org/record/7363895/files/scanrefer_pred_spans_train.json?download=1)

Sorry, I mean the code to generate the scanrefer_pred_spans🤔

ayushjain1144 commented 4 hours ago

its here: https://github.com/nickgkan/butd_detr/blob/main/src/text_cls.py