nerfstudio icon indicating copy to clipboard operation
nerfstudio copied to clipboard

Unable to run Semantic-NerfW

Open Drakael opened this issue 3 years ago • 1 comments

Describe the bug Launching semantic-nerfw training throws the error:

AttributeError: 'NoneType' object has no attribute 'stuff_classes' at line 96 of nerfstudio\models\semantic_nerfw.py

        num_semantics_stuff_classes=len(self.semantics.stuff_classes),

To Reproduce Steps to reproduce the behavior: either command : ns-train semantic-nerfw --data data\nerfstudio\poster nerfstudio-data or even : ns-train semantic-nerfw --data data\blender\lego --pipeline.model.near-plane 2. --pipeline.model.far-plane 6. blender-data

Drakael avatar Oct 19 '22 13:10 Drakael

Hi, The problem is that the blender dataset does not contain semantic information. Only the friends dataset does.

tancik avatar Oct 19 '22 15:10 tancik