Skip to content

AttributeError: module 'nerfacc' has no attribute 'OccGridEstimator' #296

@udbhavtripathi

Description

@udbhavtripathi

Installed Nerfacc through pip install nerfacc but while using OccGridEstimator I am getting this error:
AttributeError: module 'nerfacc' has no attribute 'OccGridEstimator'

Logs:
Python 3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:38:46) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.

import nerfacc
estimator = nerfacc.OccGridEstimator(...)
Traceback (most recent call last):
File "", line 1, in
AttributeError: module 'nerfacc' has no attribute 'OccGridEstimator'

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