Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.46 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.46 KB

RealPoint3D: Generating 3D Point Clouds from a Single Image of Complex Scenarios

Introduction


We proposed to integrate the prior 3D shape knowledge into the network to guide the 3D generation. By taking additional 3D information, the proposed network can handle the 3D object generation from a single real image captured from any viewpoint and complex background.

The work is based on PointNet++ and PSGN. Some codes may be missing since the working place is changed to cause data loss.

Pre-requisites


You need to compile the TF operators. And other requisites are referred to PointNet++ and PSGN.

Training


To train our network, run the following command:

python train.py

Testing

python test.py

Citation


@article{xia2019realpoint3d,
  title={RealPoint3D: Generating 3D point clouds from a single image of complex scenarios},
  author={Xia, Yan and Wang, Cheng and Xu, Yusheng and Zang, Yu and Liu, Weiquan and Li, Jonathan and Stilla, Uwe},
  journal={Remote Sensing},
  volume={11},
  number={22},
  pages={2644},
  year={2019},
  publisher={Multidisciplinary Digital Publishing Institute}
}