pengHTYX / Era3D

GNU Affero General Public License v3.0
507 stars 24 forks source link

position embeddings inconsistency #37

Closed Misakatyan closed 1 month ago

Misakatyan commented 2 months ago

I have a question about this. I tried running the code in mvdiffusion/data/generate_fixed_text_embeds.py, but there were significant differences between the resulting pt file and the given file. For example, out of 78848 values in the embedding result of "front", only 8352 were consistent

pengHTYX commented 2 months ago

I'm afraid that you should run the function generate_mv_embeds rather than directly run the generate_fixed_text_embeds.py. I hope this helps.