Open LDS666888 opened 2 months ago
If I don't understand wrong, the condition models used in this script are from the checkpoints in t2i-adapter? The openpose keypoint arrangement might be different. Please refer to the DexYCB keypoint layout. Besides we adopted normal maps instead of the depth for training. And the model is not trained based on these released condition checkpoints. It may not work when directly using them.
Okay, thank you.
The resulting effect is shown below:
I see the get_adapters function in inference_base.py uses
adapter['model'] = CoAdapter(w1 = 1, w2 = 1, w3 = 1).to(opt.device)
, So I made the following changes to the function:The parameters I select when debugging are as follows:
Please tell me how to solve the above problem, thank you