Giter VIP home page Giter VIP logo

3qnet's Introduction

3QNet

[SIGGRAPH Asia 2022/TOG] The codes for 3QNet: 3D Point Cloud Geometry Quantization Compression Network published in ACM TRANSACTIONS ON GRAPHICS.

Environment

  • TensorFlow 1.13.1
  • Cuda 10.0
  • Python 3.6.9
  • numpy 1.14.5
  • Sklearn
  • Draco
  • h5py
  • bitarray
  • Open3D

Dataset

The adopted object models, indoor scenes, and outdoor scenes can be found in Visionair, Scannet, Kitti.

Usage

  1. Compile
cd ./tf_ops
bash compile.sh
  1. Train
Python3 3qnet.py

Note that the training h5 data should be put under ./data. The path for saved checkpoint files(savepath) should be edited according to your setting.

  1. Test
Python3 test3q.py

Please put the ply files to be processed in indir, set the dracodir as where you install Draco, and edit modelpath as the path of checkpoint. The point clouds will be encoded into binary code files in bindir and decompressed into point clouds again into outdir. Note the compression level could be adjusted by changing level from 1 to 8.

Some decompressed samples under about 1bpp could be

image

Citation

If you find our work useful for your research, please cite:

@article{huang20223qnet,
  title={3QNet: 3D Point Cloud Geometry Quantization Compression Network},
  author={Huang, Tianxin and Zhang, Jiangning and Chen, Jun and Ding, Zhonggan and Tai, Ying and Zhang, Zhenyu and Wang, Chengjie and Liu, Yong},
  journal={ACM Transactions on Graphics (TOG)},
  volume={41},
  number={6},
  pages={1--13},
  year={2022},
  publisher={ACM New York, NY, USA}
}

3qnet's People

Contributors

tianxinhuang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.