Description
Hi everyone,
I recently found this project, and I found it truly fascinating. Thank the authors for sharing such an inspiring piece of work with the community.
I’ve been experimenting with this public implementation and encountered some difficulties reproducing the results when training the model from scratch.
I don't know whether this issue only occurs to me. Many thanks in advance if anyone can share his/her experience on the training.
Specifically, from the following line in this repository:
I noticed that a pretrained model is loaded during training by default.
However, I am aiming to train the model entirely from scratch using the 3D-FUTURE dataset (a furniture object dataset with about 10k models), preprocessed with the provided script. (And I think the scale of the model should be aligned with the codebase) Despite following the original codebase closely, my model does not converge well, and the reconstruction results (e.g., the green line) are far from satisfactory.
The blue one is starting with the pretrained checkpoint. The green one is training from scratch.
Given that the codebase is labeled as version 1.1 and the original paper describes version 1.0, I wonder if there are any updated training details or important differences I should be aware of to match the performance of the released checkpoint.