Yifan LIU
Yifan LIU
Dear devs, Thanks for open-sourcing this great work! I am trying to implement the 3D reconstruction part in the paper, but I find problems when implementing sds loss. As sds...
Hi, I noticed that you have used the relative position of centroids as the input of the position encoding: `entroid_delta = centroids.unsqueeze(-1) - centroids.unsqueeze(-2)` may I know the reason to...
Dear devs, Thanks a lot for your work. I found the config of the code is based on the training of two GPUs. I'm wondering if I want to implement...
Dear devs, Thanks for your great work. It seems that only the decoder of VAE is used for generation, while the encoder is not activated. Meanwhile I observed there are...