skanti/Scan2CAD

Reproducing the paper & some more questions

jingnanshi opened this issue · 0 comments

First of all, thank you for sharing the Scan2CAD code online. I tried to reach you via email, however I haven't received any replies yet, so I'm going to post my questions here.

  1. Do you by any chance have a pre-trained network available for testing?

  2. In your paper, you mentioned that you generated both positive & negative training sampled. In the github repository, it seems like you only have code for generating positive samples. Can you share the code for generating negative samples as well? In addition, in the paper you also mentioned that you used a pre-trained CAD encoder. Is the pre-trained encoder included in the repo?

  3. Related to the previous question, is the code in git repo enough for reproducing the results in the Scan2CAD paper, or is there more that needs to be added? Is there an evaluation script that I can use to reproduce the same results as shown in the table in your paper?

  4. What generated data files contain those correspondence information generated by your network?

Thank you in advance!