You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot run "ns-train semantic-nerfw friends-data --data data/friends/Friends-monica_apartment" after v0.1.3 commit. it shows the below error:
File "/mnt/07b9581f-566a-42d8-9478-9d2e5fd40e78/Projects/nerfstudio/nerfstudio/models/semantic_nerfw.py", line 107, in populate_modules
for _ in range(self.config.num_proposal_network_iterations):
AttributeError: 'SemanticNerfWModelConfig' object has no attribute 'num_proposal_network_iterations'
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Training with semantic-nerfw is broken after v0.1.3 commit.
Training with semantic-nerfw is broken after 2150bad0e4ca14339f55fa620c209dc3e00d2b10 commit.
Oct 21, 2022
ghost
changed the title
Training with semantic-nerfw is broken after 2150bad0e4ca14339f55fa620c209dc3e00d2b10 commit.
Training with semantic-nerfw is broken after #750 commit.
Oct 21, 2022
I cannot run "ns-train semantic-nerfw friends-data --data data/friends/Friends-monica_apartment" after v0.1.3 commit. it shows the below error:
File "/mnt/07b9581f-566a-42d8-9478-9d2e5fd40e78/Projects/nerfstudio/nerfstudio/models/semantic_nerfw.py", line 107, in populate_modules
for _ in range(self.config.num_proposal_network_iterations):
AttributeError: 'SemanticNerfWModelConfig' object has no attribute 'num_proposal_network_iterations'
The text was updated successfully, but these errors were encountered: