Hello,
Thank you for open-sourcing the implementation of your excellent work PartField! I'm currently studying the model architecture through the provided codebase.
During code analysis, I noticed two defined components in the Model class that aren't invoked in the inference pipeline model_trainer_pvcnn_only_demo.py:
- self.sdf_decoder (line 41).
- self.grid_coord (line 56).
As I'm attempting to reproduce the full training process, could you please clarify:
- Whether these modules are part of the training-specific implementation?
- If so, what would be the proper way to integrate them into the training pipeline?
- Are there any additional components needed to activate these modules?
Also, I notice there may exist a feature loss, how can I compute it?
Any guidance or code pointers would be greatly appreciated to better understand the complete architecture design.
Best Regards,
Adam