kwea123 / kwea123/nerf_pl

bug still in NeRF-W latent appearance in coarse model

Open
#153 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
2.8k
Forks
458
PR merge metrics
No merged PRs in 30d

Description

image
the appearance code in coarse model will still be None because params are not assigned in train.py
image

to fix this bug, we need to add param for coarse model in train.py and use appearence code for coarse model in rendering.py line 255.
@kwea123

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by inspecting train.py to trace how parameters are assigned to the coarse model, then read rendering.py around line 255. Verify how the coarse model receives and uses the appearance code. Done means the coarse model's appearance code is no longer None and is used during rendering.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, pytorch
Domain
machine-learning
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.