Tim
Tim
Hi, I am trying to reproduce the results on the PCN dataset (i.e., Table 3 in the paper). While I was following the instructions for training GRNet, I got something...
I wondered what camera-related parameters matter most when using the `vit` models and if there are any guidelines to set those parameters.
```python from openalea.lpy import * lsystem = Lsystem("massart.lpy") for lstring in lsystem: scene = lsystem.sceneInterpretation(lstring) scene.save("test.ply") ``` It did save the `test.ply` but I can't open it due to error...
Hi, could you provide your implementation of the Density Aware Chamfer Distance?
Hi, I am wondering if anyone has any ideas for the below issue? ```python >>> import MinkowskiEngine as ME /home/tq422/Mask3D/third_party/MinkowskiEngine/MinkowskiEngine/__init__.py:36: UserWarning: The environment variable `OMP_NUM_THREADS` not set. MinkowskiEngine will automatically...
Hi, I have a bunch of branch obj files and a trunk obj file and would like to run the TLS simulation. However, only one or two branches and the...