kdwonn / SaG

Official repository of the "Shatter and Gather: Learning Referring Image Segmentation with Text Supervision (ICCV'23)"
https://southflame.github.io/sag/
33 stars 2 forks source link

build_batches.py file not found #1

Open anothersin opened 1 year ago

anothersin commented 1 year ago

Hi,

Very interesting work, we are eager to reproduce it!

But we found no build_batches.py. We tried to use a file with the same name in TF-phrasecut-public, but didn't get the same dataset structure as Readme under this repository (We only get the batch folder, not image and label.).

We are very worried that the data processing is different from yours. If it is convenient could you provide the missing build_batches.py.

Best Regards.

SouthFlame commented 12 months ago

Hi,

We are also glad that you are interested in our work :)

And it was absolutely my fault not to upload the right version of this repository.

Therefore, I fixed it and pushed the right version including build_batch.py and its dependencies.

Since I completed checking that the code is working, we hope that you can run it while strictly following the setup instructions.

Best regards,

Namyup Kim