Yiwu Zhong
Yiwu Zhong
Hi @Scarecrow0 @JingyuLi-code @zyong812, thanks for your interests in our work! Sorry for late response. I haven't got a chance to fully clean my preprocessing code. As you requested, I...
> Hi, Yiwu. Thanks for your reply. I have checked the link_cap_vg.py, which converts the predicted caption categories into VG standard categories. > > How about matching sentence triplets to...
Just release the code for parsing triplets from captions (`parse_captions.py`): https://github.com/YiwuZhong/SGG_from_NLS/tree/main/preprocess#pseudo-label-creation
@MengqingCao Hi, it's a good idea to transfer matlab code into python. Do you mind sharing your efforts with me? Thanks!
Thanks for your interest in our work! We'll try to get the preprocessing code released after CVPR.
Please refer to the section "Top-1 Accuracy Evaluation" in README, that is, "set --only_sent_eval to 1 and add --orcle_num 1000 in test.sh, and rerun the bash file".
> Hi, is available somewhere the code to produce scene graphs from a set of images? In case we want to use your model on other datasets that is not...
> Hi, thanks for your suggestion! I will try to find another way to upload it, which might take some time. Could you please try to download it using gdown,...
Do you mean the links [here](https://github.com/yangcaoai/CoDA_NeurIPS2023?tab=readme-ov-file#dataset-preparation)? They seem to be OneDrive link which was hard to download via cmd lines.
Thanks for your reply. I'll have a try. Besides, when you [cropped regions from multi-view images](https://github.com/yangcaoai/CoDA_NeurIPS2023/blob/b85f0765b5efb11d647222d53ba81dbee15679eb/models/model_3detr.py#L719), why [compute the inverse matrix of Rtilt](https://github.com/yangcaoai/CoDA_NeurIPS2023/blob/b85f0765b5efb11d647222d53ba81dbee15679eb/datasets/scannet_utils.py#L154)? The visualized boxes seem to be a...