Hello @paschalidoud , thank you very much for the well-written codebase and paper! I wanted to ask some things related to the reproduction of the ShapeNet Core v2 dataset experiments.
In particular, in the example of the README file, a suggested way of training the model on all chair data examples of ShapeNet is as follows:
From what I can understand reading through the code, the loss used when running the above command does not include the parsimony loss mentioned in the paper. Could you let me know how to include this loss term?
I can see there is indeed a parsimony loss in the codebase (link is here), but this is not the same equation as the one mentioned in the paper.
Thank you for the very well-structured repo once again!
Hello @paschalidoud , thank you very much for the well-written codebase and paper! I wanted to ask some things related to the reproduction of the ShapeNet Core v2 dataset experiments.
In particular, in the example of the README file, a suggested way of training the model on all chair data examples of ShapeNet is as follows:
From what I can understand reading through the code, the loss used when running the above command does not include the
parsimony loss
mentioned in the paper. Could you let me know how to include this loss term?I can see there is indeed a
parsimony
loss in the codebase (link is here), but this is not the same equation as the one mentioned in the paper.Thank you for the very well-structured repo once again!