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.88k stars 1.11k forks source link

cugraph accelerate #195

Open chky1997 opened 1 year ago

chky1997 commented 1 year ago

Thank you for your great work! I found that your method is quite slow during the construction of the graph, including many add_nodes and add_edges. Have you considered to use packages like cugraph to accelerate?