ml-research / deictic-segment-anything

Segment Anything with Deictic Prompting
MIT License
22 stars 1 forks source link

Couldn't find some necessary files #1

Open kikiclare opened 8 months ago

kikiclare commented 8 months ago

Thank you very much for your code, and recently I have been running Part 2: To perform learning on DeiSAM. I encountered some file missing issues, the exact file path is as follows: 'data/deictic_vg_comp1_sgg_test.json' and 'data/deictic_vg_comp1_sgg_val.json' and 'data/predicted_scene_graphs/VETO.pkl' ... Where do I need to download them,or can you just give them to me? Thank you very much!

hkrsnd commented 8 months ago

Thank you for pointing this out. I'm uploading the files, please find them here: https://osf.io/rk9m3/?view_only=b853d52299654dffb015e540591ab172 Currently only json files are uploaded, and the pickle file of predicted scene graphs will be added as soon as it gets ready

Wyteboi2024 commented 6 months ago

I encountered a similar issue. Could you please share me the required checkpoints in https://github.com/ml-research/deictic-segment-anything/blob/main/src/learn_deisam.py#L87. Thank you!!!