Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
1 year ago | |
---|---|---|
.. | ||
ckpts | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
autoencoder.py | 1 year ago | |
coder.py | 1 year ago | |
data_loader.py | 1 year ago | |
data_utils.py | 1 year ago | |
entropy_model.py | 1 year ago | |
generate_dataset.py | 1 year ago | |
gpcc.py | 1 year ago | |
loss.py | 1 year ago | |
multi_files_test.py | 1 year ago | |
pc_error.py | 1 year ago | |
pc_error_d | 1 year ago | |
pcc_model.py | 1 year ago | |
test.py | 1 year ago | |
testforpaper.py | 1 year ago | |
tmc3 | 1 year ago | |
train.py | 1 year ago | |
trainer.py | 1 year ago |
https://github.com/NJUVISION/PCGCv2
这个是8.3下载的版本,较之前的模型不一样,We have simplified the code, and use torchac to replace tensorflow-compression for arithmetic coding in the updated version.
We apply an end-to-end learning framework to compress the 3D point cloud geometry (PCG) efficiently. Leveraging the sparsity nature of point cloud, we introduce the multiscale structure to represent native PCG compactly, offering the hierarchical reconstruction capability via progressive learnt re-sampling. Under this framework, we devise the sparse convolution-based autoencoder for feature analysis and aggregation. At the bottleneck layer, geometric occupancy information is losslessly encoded with a very small percentage of bits consumption, and corresponding feature attributes are lossy compressed.
We recommend you to follow https://github.com/NVIDIA/MinkowskiEngine to setup the environment for sparse convolution.
Please download the pretrained models and install tmc3 mentioned above first.
sudo chmod 777 tmc3 pc_error_d
python coder.py --filedir='testdata/8iVFB/redandblack_vox10_1550.ply' --ckptdir='ckpts/r7_0.4bpp.pth'
python test.py --filedir='longdress_vox10_1300.ply'
The testing rusults of 8iVFB can be found in ./results
python train.py --dataset='training_dataset_rootdir'
python train.py --dataset='../../training_dataset/' --init_ckpt='ckpts/r3_0.10bpp.pth' --epoch=3
These files are provided by Nanjing University Vision Lab. And thanks for the help from Prof. Dandan Ding from Hangzhou Normal University and Prof. Zhu Li from University of Missouri at Kansas. Please contact us (mazhan@nju.edu.cn and wangjq@smail.nju.edu.cn) if you have any questions.
Top summary of this collection (point cloud, open source, algorithm library, compression, processing, analysis).
Text Python C++ Cuda Markdown other
Apache-2.0