Francis Williams

Results 69 comments of Francis Williams

Hi @leaf0917 it seems that a file is missing somewhere. This repository is just a copy of the original codebase from Berger et.al and I don't know all its internals...

@HeCraneChen looks like there's just no build target in the `CMakeLists.txt`. This repository came to being for a particular project a few years ago and we only added targets for...

Yes, it will (as part of something very exciting even beyond NKSR) but I can't give more details at the moment. Don't expect this until at least early next year...

Hi, @Saixiaoma @Kin-Zhang @ErenBalatkan thanks a lot of following up on this. We're releasing the DL framework for sparse 3D data that was used to implement _C.so at SIGGRAPH. Stay...

You can try point-cloud-utils instead of o3d for export! https://www.fwilliams.info/point-cloud-utils/ Relevant Mesh IO documentation here: https://www.fwilliams.info/point-cloud-utils/sections/mesh_io/ Let me know if this resolves your issue!

This seems to be a pybind11 issue. Point cloud utils is built as a python module that imports from a `_pcu_internal.so` extension module. For some reason, pybind11 names the extension...

I had to change the OpenGL version for another project. In addition to the generating the glad target as Jeremie discussed, you need to somehow tell the viewer to generate...

Hi, You can update the [lines here](https://github.com/fwilliams/deep-geometric-prior/blob/f9d5beb9816f5fe5c304503ba5f25371aadbb9f4/utils.py#L46) to use `v, f, n = pcu.load_mesh_vfn(file_name)` and make sure you install the latest Point Cloud Utils via `pip install point-cloud-utils`. Can you...

@SimonPig any luck with this?