Tim

Results 4 issues of 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?