fudan-generative-vision / champ

Champ: Controllable and Consistent Human Image Animation with 3D Parametric Guidance
https://fudan-generative-vision.github.io/champ/
MIT License
4.29k stars 533 forks source link

Bbox_crop is set to false in stage_2.yaml but not supported by dataset code #160

Open Jaeger416 opened 1 week ago

Jaeger416 commented 1 week ago

image Hi, I noticed you set bbox_crop to false in stage_2.yaml and keep quote it in the training procedure image but the tgt_box is necessary in video_dataset.getitem and could only be calculated when bbox_crop is True