Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Exp Result] Unable to obtain expected results #8

Open
xdobetter opened this issue Oct 14, 2024 · 5 comments
Open

[Exp Result] Unable to obtain expected results #8

xdobetter opened this issue Oct 14, 2024 · 5 comments

Comments

@xdobetter
Copy link
Contributor

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?

texture_ep0100_full.mp4
@YuliangXiu YuliangXiu changed the title 【Exp Result】Unable to obtain expected results [Exp Result] Unable to obtain expected results Oct 14, 2024
@YuliangXiu
Copy link
Owner

YuliangXiu commented Oct 14, 2024

There are several potential reasons:

  • The model called by the gpt4o API may vary, so you might need to update the gpt4v_prompt.txt accordingly.
  • I've noticed that even with the same gpt4v_simple.json, the GroundedSAM segmentation results can vary. Check the results after running island_all.py. If there aren't enough face pictures, the identity of final 3D face may not be well-preserved. If this occurs, try adjusting the TEXT_THRESHOLD and BOX_THRESHOLD at grounding_dino_sam.py#L308 to ensure more segmented faces and other garment parts are well maintained.

@xdobetter
Copy link
Contributor Author

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

BOX_TRESHOLD = 0.20
TEXT_TRESHOLD = 0.25
you gave very difficult to adjust for face. Can you give me some suggestions?

@YuliangXiu
Copy link
Owner

YuliangXiu commented Oct 15, 2024

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, IDEA-Research/Grounded-Segment-Anything#340

@xdobetter
Copy link
Contributor Author

xdobetter commented Oct 16, 2024

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
Copy link
Owner

YuliangXiu commented Oct 16, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants