GeoUDF icon indicating copy to clipboard operation
GeoUDF copied to clipboard

inference code

Open m15kh opened this issue 9 months ago • 1 comments

Hi, thanks for your repo! Is the inference code available? I'm doing research in this area and would like to test it on my custom data for a paper. I've also cited your work.

m15kh avatar Apr 12 '25 11:04 m15kh

see Sec. Evaluation. python eval_rec.py --res=128 --input='test_data/shapenet.ply' --output='test_data/shapenet_mesh.ply' python eval_rec.py --res=128 --input='test_data/MGN.ply' --output='test_data/MGN_mesh.ply' python eval_rec.py --res=192 --input='test_data/scene.ply' --output='test_data/scene_mesh.ply' --scale=True

rsy6318 avatar Apr 15 '25 01:04 rsy6318