How do we use the variant of your current models : Ours -im-l2z and Ours-im-pc2z
prashkmr opened this issue · 10 comments
Hi @ChrisWu1997
Can you please tell me how does one use the 2 variants of your models: Ours -im-l2z and Ours-im-pc2z.
Is there any flag or different models made for it, or does one need to manually change the model for running these variants,
I tried searching for some ready-made configuration that can help run these but could not find anyone.
Thanks,
Prashant
Thanks for taking interest in our paper. Currently the code doesn't support the 2 variants of our model. If you are not in a hurry, I'll update the code to support the 2 variants within a week and inform you once it's done.
I see. In this case, I can send you the code for our 2 variants independently (not integrated into this repo). On which dataset do you need? Or it doesn't matter if you are using your own dataset?
Thanks, Chris for this early resolution.
However, I do not see any code folders attached. Can you confirm whether it is in the mail or in the github repo.
I just resend the code directly to your gmail, please check:)
Got it, thanks to you, Chris 👍
Hi Chris,
In the files sent , there is a file common.py that mentions.
self.ae_modelpath = "/mnt/disk4/wurundi/multimodal-pc-completion/3depn-table-pointnetAE-small-2K/model/ckpt_epoch3000.pth"
Does this models refer to the ae or the have trained using the complete Point Clouds?
From your paper, it appears that you use the VAE trained using completely PC in the 2 variants.
Needed a clarification as to whether the line 👍
self.ae_modelpath = "/mnt/disk4/wurundi/multimodal-pc-completion/3depn-table-pointnetAE-small-2K/model/ckpt_epoch3000.pth"
refers to the AE or the VAE trained previously.
Moreover, the 2 variants do not have any scripts for GAN, from which I guess the values of the command line arguments are the default ones assigned in common.py. Correct if I am wrong.
-Prashant
-Prashant