zhaoyuanyuan2011
zhaoyuanyuan2011
Hi, I'm using `generate.py` to reconstruct mesh with my own 3D `pointcloud.npz` file. Since the result isn't ideal, I want to check out the point cloud generated but failed. I'm...
I'm trying to load colors from a COFF file and an example row in it is: `0.0487114 -0.456213 0.216446 89 71 57 255 `. The first three are xyz and...
If input is a coarse or partial point cloud of an object, can this method infer the texture, color, coordinate etc information of the original point cloud? Given that the...
Hi, I'm trying to test the performance of the model on an incomplete scene. I'm wondering will a pretrained model be provided? Thank you!
Dataset
Thank you so much for sharing the work! I'm wondering may I ask two questions about the dataset? 1. How are the sentences split? As I observed, it might be...
Hi, I'm trying to install this binding, and my only usage is the pmp.refine function. I tested the function with test_pmp.py but it turns out that at line 58, outf...
I'm trying to run inference using my own input images and masks, here's the command: `python test.py --batch_size 1 --dataroot . --pf_warp_checkpoint checkpoints/dmvton_pf_warp.pt --pf_gen_checkpoint checkpoints/dmvton_pf_gen.pt` And here's the error message...