wbhu / Tri-MipRF

Tri-MipRF: Tri-Mip Representation for Efficient Anti-Aliasing Neural Radiance Fields, ICCV'23 (Oral, Best Paper Finalist)
https://wbhu.github.io/projects/Tri-MipRF
451 stars 13 forks source link

NoneType #31

Open 39GodMissing opened 11 months ago

39GodMissing commented 11 months ago

Why does this bug always appear?

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

Terry10086 commented 10 months ago

Have you sloved this problem?

39GodMissing commented 10 months ago

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!

Terry10086 commented 10 months ago

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! https://github.com/wbhu/Tri-MipRF/issues/22#issuecomment-1887391567

39GodMissing commented 10 months ago

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!