Skip to content

Clarification regarding scale initialization #22

@deivse

Description

@deivse

Hi, I have a question regarding the scale initialization - there are the following lines at the end of EDGSTrainer.init_with_corr:

with torch.no_grad():
            gaussians =  self.gaussians
            gaussians._scaling =  gaussians.scaling_inverse_activation(gaussians.scaling_activation(gaussians._scaling)*0.5)

Is my understanding correct that this is equivalent to setting a 2x lower scaling_factor in configs/train.yaml? Is there any reason this is done as the last step?

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