Skip to content

3D Object Detection with Deep Neural Networks for Automatic As-built Reconstruction

License

Notifications You must be signed in to change notification settings

xuyongzhi/Automatic-As-built-Reconstruction

Repository files navigation

3D Object Detection with Deep Neural Networks for Automatic As-built Reconstruction

This project is developed based on the following three projects:

Install required softwares according to the guide "./docs/Install.md".
Train or test by modifying and running the script "./run.sh".

Task

  • Input: point cloud of indoor building.
  • Five objects: wall, window, door, ceiling, floor
  • Output: 3D bounding boxes of objectis

Data preparation

The dataset is modified from SUNCG by the processing functions in: ./data3d/suncg_utils/suncg_preprocess.py
Some data samples can be downloaded in https://unsw-my.sharepoint.com/:f:/g/personal/z5105843_ad_unsw_edu_au/EtCliIZlMbFAotFQruB_bqYBsdAKxcJmk2TGJDOdNHGjNQ?e=PXjKmG The training model is available in https://unsw-my.sharepoint.com/:f:/g/personal/z5105843_ad_unsw_edu_au/EqihMsW90rZKnWLM8fT-SI4B_3ueak_0TP66bLgBU_mm2Q?e=owjPb2

Assumption

  • Shortest wall instance: Long wall pieces are croped by intersected ones to generate short instances.

Detection Performance

  • time per building: 4.75 s
Wall Window Door Floor Ceiling Classes Mean
AP(%) 89.12 76.42 90.91 83.57 88.91 85.79
AIoU(%) 84.09 67.92 80.20 78.53 84.42 79.03

Activities

  • Looking for cooperation to improve the quality of the dataset and rich it with real scanning data.

Scene 1

Each intance is colorized by a random color, except blue denotes incorrect detection or missed ground truth.

Synthetic mesh Point Cloud
Mesh1 Pcl1
Ground truth Detection
Gt1 Det1

Scene 2

Synthetic mesh Point Cloud
Mesh2 Pcl2
Ground truth Detection
Gt2 Det2

Scene 3

Synthetic mesh Point Cloud
Mesh3 Pcl3
Ground truth Detection
Gt3 Det3

Scene 4

Synthetic mesh Point Cloud
Mesh4 Pcl4
Ground truth Detection
Gt4 Det4

About

3D Object Detection with Deep Neural Networks for Automatic As-built Reconstruction

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published