-
Notifications
You must be signed in to change notification settings - Fork 38
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
how to do Identity Mixing? #5
Comments
This code does not implement Identity Mixing. You can implement it by combining two ID results on
|
I would implement it but I don't understand what part of the code represents the id |
Thank you very much for your interest in our work. To understand the meaning of these tensors, you may need to set a breakpoint and refer to the article. The ID information is encoded in "ctx". If you want to mix the IDs, you should first obtain "ctx_id1" and "ctx_id2". Then, you can calculate "x" using the following formula:
if you encounter any difficulties, please don't hesitate to ask me for help. |
I don't understand how to load two IDs, ctx was generated from y and y from x, I don't know what x is, could you give me some code to load two IDs? |
Do you plan to publish the code for Identity Mixing? |
Absolutely, this would be a modification to the existing code. I will add this function soon. |
It's been a while, please add it as soon as possible |
any news? |
+1 |
please @jshilong add it as soon as possible |
any news @jshilong |
No description provided.
The text was updated successfully, but these errors were encountered: