You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before running the code, you need to build the cuda&C++ extensions of Pytorch:
cd [ProjectPath]/model/model_for_supp/pointnet2
python setup.py install
How to use the code:
Download our dataset: dataset, (extracting code: qiqq). Put the 'Sketchfab2' folder into: [ProjectPath]/data.
Firstly, you need to change the working directory:
cd [ProjectPath]/model/conpu_v6
To obtain the testing results of the testing set, run:
python train_script101_test.py
To train our network, run:
python train_script101.py
Citation
Please cite this paper with the following bibtex:
@inproceedings{feng2022np,
author = {Wanquan Feng and Jin li and Hongrui Cai and Xiaonan Luo and Juyong Zhang},
title = {Neural Points: Point Cloud Representation with Neural Fields for Arbitrary Upsampling},
booktitle = {{IEEE/CVF} Conference on Computer Vision and Pattern Recognition (CVPR)},
year = {2022}
}
Acknowledgement
In this repo, we borrowed the backbone structure from DGCNN.
About
【Code of CVPR 2022 paper】Neural Points: Point Cloud Representation with Neural Fields for Arbitrary Upsampling