Huckleberry Febbo
Huckleberry Febbo
Is this the repo https://github.com/jvarley/curvox? Actually it looks like there are many missing from https://github.com/CURG
@jvarley I have gone through your [sanity check ](https://github.com/CRLab/pc_pipeline_launch )and everything is working as expected, but I still get the above error. This issue seems to be related to my...
The python file was renamed to utils.py, so it seems the fix may be just changing[ this line](https://github.com/CRLab/pc_object_completion_cnn/blob/bc5d836d6f57ab2cdbe4677496df32b38b9375b1/scripts/shape_completion_server/mesh_completion_server.py#L21) from ``` import curvox.pc_vox_utils ``` to ``` import curvox.utils ```