Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

MipNerf360 does not follow article and formal implementation of Prop Module #38

@doronpor

Description

@doronpor

MipNerf360 implementation diverges from the formal implementation and creates two different Prop modules.
https://github.com/kakaobrain/nerf-factory/blob/main/src/model/mipnerf360/model.py#L229

In the article and formal implementation, a single Prop module is created and used (twice).
https://github.com/google-research/multinerf/blob/main/internal/models.py#L99
https://github.com/google-research/multinerf/blob/main/internal/models.py#L221

as indicated by the article, in the beginning of 5. Optimization section:
"We do two stages of evaluation and resampling of the proposal MLP"

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