vt-vl-lab / 3d-photo-inpainting

[CVPR 2020] 3D Photography using Context-aware Layered Depth Inpainting
https://shihmengli.github.io/3D-Photo-Inpainting/
Other
6.91k stars 1.11k forks source link

AttributeError: 'Graph' object has no attribute 'node' #39

Closed cahitatlas closed 4 years ago

cahitatlas commented 4 years ago

I encountered that error. How can i fix that. image

berkutx commented 4 years ago

pip uninstall -y networkx pip install networkx==2.3

LemonATsu commented 4 years ago

Thanks, @berkutx. Also, check #31

gateway commented 3 years ago

I just ran into this as well... kinda odd that requirements has 2.3 listed, but on ubuntu 18 it throws the error above..