Skip to content

rsy6318/NeCGS

Repository files navigation

NeCGS: Neural Compression for 3D Geometry Sets [Arxiv]

Decompressed Meshes

Regular Geometry Representation

Prepare mesh data, and put them in a folder.

  • Mesh_path
    • 0000.obj
    • 0001.obj
      ......

Then run the following command to optimize each TSDF-Def volume,

python optimize_tsdf_offset.py --data_path=/path/to/your/data --save_path=/path/to/save

Compact Neural Representation

Chnage the data_path in configs/configs.txt, then run the following command,

python train_quant.py --config=configs/configs.txt

About

[Arxiv] NeCGS: Neural Compression for 3D Geometry Sets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages