Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
1 year ago | |
---|---|---|
.. | ||
OpenPointCloud | 1 year ago | |
test | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
dataset.py | 1 year ago | |
test.py | 1 year ago | |
train.py | 1 year ago |
The NGS comprises of three consecutive steps: first, constructing a local graph of each point using its K nearest neighbors based on the Euclidean distance metric; second, for each local graph, aggregating neighbor weights using point-wise dynamic filter to the graph center point as its feature attribute, by which embedding local structural/geometric variations as the latent features; finally, devising attention-based sampling to all points that having neighboring structures aggregated, to select a subset of points for compact and precise representation of input point cloud.
source code is here: https://github.com/linyaog/point_based_pcgc
Point cloud geometry (PCG), local neighborhood graph, dynamic filter, attention-based sampling, point-wise convolution
According to different hyperparameters, 12 optimal models were trained (referred to the readpoints folder in detail).
According to the optimal model, the Test Times (Each Point Cloud), bpp, D1-PSNR, D2-PSNR of all 55 categories of Shapenetcorev2 DataSet are tested.
The test results are shown in the following table:
Note that my hardware configuration is different from Paper:
The GPUs of the paper: Nvidia GeForce GTX 1080 Ti.
The CPU of the paper: an Intel Xeon CPU E5-2683 v4.
The GPUs of my test: TESLA T4.
The CPU of my test : Intel(R) Xeon(R) Gold 6248 CPU.
@INPROCEEDINGS{9506631, author={Gao, Linyao and Fan, Tingyu and Wan, Jianqiang and Xu, Yiling and Sun, Jun and Ma, Zhan}, booktitle={2021 IEEE International Conference on Image Processing (ICIP)}, title={Point Cloud Geometry Compression Via Neural Graph Sampling}, year={2021}, volume={}, number={}, pages={3373-3377}, doi={10.1109/ICIP42928.2021.9506631}}
name: Deng Yu
email: dengy02@pcl.ac.cn
Top summary of this collection (point cloud, open source, algorithm library, compression, processing, analysis).
Text Python C++ Cuda Markdown other
Apache-2.0