DisCo icon indicating copy to clipboard operation
DisCo copied to clipboard

[CVPR2024] DisCo: Referring Human Dance Generation in Real World

Results 36 DisCo issues
Sort by recently updated
recently updated
newest added

In [grounded-sam of PREPRO.md](https://github.com/Wangt-CN/DisCo/blob/main/PREPRO.md#grounded-sam), the command is wrong to preprocess images. I think it should be something like [run_local_test.sh](https://github.com/Wangt-CN/DisCo/blob/main/annotator/grounded-sam/run_local_test.sh). run_local_test.sh processes single image, but openpose processes images in directories. What...

Hi, @Wangt-CN thanks for your great job and open source! Recently I focus on Video Generation and I try to reproduce your DisCo project, actually, I find an error when...

The line 296 in '/dataset/tiktok_video_dataset.py', needs to be changed: From: `elif self.split == "eval":` To: `elif self.split == "val":`

In /config/disco_w_tm/tem_disco_temp_attn/net.py (that is activated by Temporal Module finetuning), if self.args.drop_pose_ratio > 0: But, drop_pose_ratio is defined nowhere, and raises the error: "AttributeError: 'EasyDict' object has no attribute 'drop_pose_ratio'". What...

您好,请问在计算fid指标出现这个问题 怎么解决呢 ![image](https://github.com/user-attachments/assets/65a42c2e-190a-4fa6-8747-98dd5f5dc6aa)