YuliangXiu / PuzzleAvatar

[SIGGRAPH Asia 2024] PuzzleAvatar: Assembling 3D Avatars from Personal Albums
https://puzzleavatar.is.tue.mpg.de/
Other
249 stars 10 forks source link

[Exp Result] Unable to obtain expected results #8

Open xdobetter opened 1 month ago

xdobetter commented 1 month ago

I used the data you provided "yuliang" , but I found that the results I got from running the program were quite different from those shown in the paper. Is the main reason for this the multi-concept DreamBooth? If so, how can I adjust it to reduce the deviation?

https://github.com/user-attachments/assets/e109a5a7-e06d-454a-a4dc-9026acefa427

YuliangXiu commented 1 month ago

There are several potential reasons:

xdobetter commented 1 month ago

I understand. Thank you very much. 1: So, if I want to reproduce your results, I can skip Step 0 and choose to use your default preprocessed data, right? 2: I find the two parameters https://github.com/YuliangXiu/PuzzleAvatar/blob/e1d46171f3f8cdada56b22d556f2cdfc291f446f/multi_concepts/grounding_dino_sam.py#L308-L309 you gave very difficult to adjust for face. Can you give me some suggestions?

YuliangXiu commented 1 month ago

Yes, you can skip step 0 and use my provided proprocessed data. And there are many discussions on these parameters in issue of GroundedSAM, for example, https://github.com/IDEA-Research/Grounded-Segment-Anything/issues/340

xdobetter commented 1 month ago

I have a question about multi-concept DreamBooth training. I found that the training time on different data is quite different, such as yuliang and yamei. Do you know if this is normal? I trained them individually using a single A6000.

image image

YuliangXiu commented 1 month ago

I have a question about multi-concept DreamBooth training. I found that the training time on different data is quite different, such as yuliang and yamei. Do you know if this is normal? I trained them individually using a single A6000.

image image

This is not normal, you should check the dataloader if both experiments share the same hyperparameters.