Skip to content

3dpcc/GRNet

Repository files navigation

GRNet: Geometry Restoration for G-PCC Compressed Point Clouds Using Auxiliary Density Signaling

The lossy Geometry-based Point Cloud Compression (G-PCC) inevitably impairs the geometry information of point clouds, which deteriorates the quality of experience (QoE) in reconstruction and/or misleads decisions in tasks such as classification. To tackle it, this work proposes GRNet for the geometry restoration of G-PCC compressed large-scale point clouds.

  • 2023.11.27 Our paper has been accepted by TVCG. [paper]

Requirments

We recommend you to follow https://github.com/NVIDIA/MinkowskiEngine to setup the environment for sparse convolution.

Training

TODO

Testing

chmod a+x ./tmc3
python test_solid.py --ckpts='ckpts_path' --GT_dir='GT_path' --last_kernel_size= --resolution= --posQuantscale= 
python test_dense.py --ckpts='ckpts_path' --GT_dir='GT_path' --last_kernel_size= --resolution= --posQuantscale= 
python test_dense_offset.py --ckpts='ckpts_path' --GT_dir='GT_path' --resolution= --posQuantscale= 
python test_sparse.py --ckpts='ckpts_path' --GT_dir='GT_path' --resolution= --posQuantscale= 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published