liuyuan-pal / NeuRay

[CVPR2022] Neural Rays for Occlusion-aware Image-based Rendering
GNU General Public License v3.0
408 stars 31 forks source link

Can I ask you, what is your GCC version? I wonder if my inplace-abn compilation failed because of the GCC version? #2

Closed ZYY-666 closed 2 years ago

ZYY-666 commented 2 years ago

When I installed the packages in requirements.txt, the inplace-abn failed to install. From the error message, it seems to be a compilation problem. I guess it's because my GCC version 4.8.5 is too low. So I want to ask you, what is your GCC version? 屏幕截图 2022-04-04 110130

ZYY-666 commented 2 years ago

When I upgraded GCC 4.8 to GCC 8.3, it compiled successfully.