jiuntian / interactdiffusion

[CVPR 2024] Official repo for "InteractDiffusion: Interaction-Control for Text-to-Image Diffusion Model".
https://jiuntian.github.io/interactdiffusion/
106 stars 10 forks source link

dataset ask #10

Closed ZhaoChenxi-nku closed 5 months ago

ZhaoChenxi-nku commented 5 months ago

in HOI/interactdiffusion/dataset/hico_dataset.py

Load tsv data

    self.files = glob.glob(os.path.join(self.dataset_path, 'embed_*.clip.pt'))
    assert len(self.files) > 0, f'No file found at {self.dataset_path}!'

what is the tsv data?

jiuntian commented 5 months ago

Please refer to https://github.com/jiuntian/interactdiffusion/tree/main/DATA#prepare-dataset and https://github.com/jiuntian/interactdiffusion?tab=readme-ov-file#training

ZhaoChenxi-nku commented 5 months ago

Thank you! Initially I opened OneDrive and found that its folder was empty, and just found out that I could download hico_det_clip dataset just by click it. I'll try again after downloading the dataset.