wbhu / Tri-MipRF

Tri-MipRF: Tri-Mip Representation for Efficient Anti-Aliasing Neural Radiance Fields, ICCV'23 (Oral, Best Paper Finalist)

Home Page:https://wbhu.github.io/projects/Tri-MipRF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NoneType

39GodMissing opened this issue · comments

Why does this bug always appear?

return getattr(_C, name)(*args, **kwargs)
AttributeError: 'NoneType' object has no attribute 'ContractionType‘

Have you sloved this problem?

I successfully changed the Python version to 3.8 once, but failed again during the second run. I would like to ask if there are any recommended Python versions or if this bug is caused by other issues. Thank you!

I successfully changed the Python version to 3.8 once, but failed again during the second run. I would like to ask if there are any recommended Python versions or if this bug is caused by other issues. Thank you!

This really helps! #22 (comment)

I successfully changed the Python version to 3.8 once, but failed again during the second run. I would like to ask if there are any recommended Python versions or if this bug is caused by other issues. Thank you!

This really helps! #22 (comment)

Thank you so much for your kind reply!