deep-geometric-prior icon indicating copy to clipboard operation
deep-geometric-prior copied to clipboard

The reference implementaiton for the paper "Deep Geometric Prior for Surface Reconstruction"

Results 4 deep-geometric-prior issues
Sort by recently updated
recently updated
newest added

how can i implment this work on Colab?

Hi, following the instructions I get this error in console: ``` (base) PS C:\Users\G\Desktop\PYTHON_graphs> cd C:\Users\G\repositories\deep-geometric-prior (base) PS C:\Users\G\repositories\deep-geometric-prior> conda env create -f environment.yml Collecting package metadata (repodata.json): done Solving...

Hi, I've noticed your utils.py seems to be outdated. Since I tried to run the reconstruct_single_patch.py and found the module pcu has no methods called read_off/read_ply... I suppose it's about...

Hi, thanks for sharing this codebase! I was wondering if you could share the code for plotting? I was hoping to try and fix it, assuming it is still broken.