-
Notifications
You must be signed in to change notification settings - Fork 12
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 do we use the variant of your current models : Ours -im-l2z and Ours-im-pc2z #1
Comments
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. |
Hi Rundi,
Thanks for your prompt reply.Really appreciate it.
Actually we ar implementing you paper as a baseline for our work and we
were a little short ot time as the conference deadline is near.
Would really request to help us with your code as your paper as soon as
possible because your paper is a very excellent baseline for ours and we
really don't want to miss including it.
Thanks,
Prashant
…On Fri, Aug 14, 2020, 07:08 Rundi Wu ***@***.***> wrote:
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEBUDL4X7UFOUMJOBC7JVC3SASISBANCNFSM4P6TE5FA>
.
|
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? |
Yes, Actually I am using my own custom dataset which I have setup in the
CSV file and in the 2 folders : ShapenetPointCloud and the other one.
You can share it with me here.
…On Fri, Aug 14, 2020, 12:57 Rundi Wu ***@***.***> wrote:
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?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEBUDL7XJ73B2K2UQ6OGMFDSATRP3ANCNFSM4P6TE5FA>
.
|
Two code folders attached. Feel free to contact me if there are any questions.
… 2020年8月14日 下午9:44,PRASHANT KUMAR ***@***.***> 写道:
Yes, Actually I am using my own custom dataset which I have setup in the
CSV file and in the 2 folders : ShapenetPointCloud and the other one.
You can share it with me here.
On Fri, Aug 14, 2020, 12:57 Rundi Wu ***@***.***> wrote:
> 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?
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#1 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AEBUDL7XJ73B2K2UQ6OGMFDSATRP3ANCNFSM4P6TE5FA>
> .
>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#1 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AHVOQ3CWBQ2SVSYNUVQTWELSAU5SHANCNFSM4P6TE5FA>.
|
Thanks, Chris for this early resolution. |
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. Does this models refer to the ae or the have trained using the complete Point Clouds? Needed a clarification as to whether the line 👍 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 |
It refers to the AE pretrained using the complete point cloud. There’s no pretrained VAE involved in our 2 variants. I’ll double check the paper/supp later.
… 在 2020年8月15日,上午6:55,PRASHANT KUMAR ***@***.***> 写道:
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.
-Prashant
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
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
The text was updated successfully, but these errors were encountered: