Skip to content

Questions about unused modules in Model class for training implementation #6

@StupidAdam

Description

@StupidAdam

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:

  1. self.sdf_decoder (line 41).
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions