Skip to content

2-D to 3-D Image Reconstruction of a telecommunication tower

Notifications You must be signed in to change notification settings

3DMBDP/3D_Drone_Reconstruction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D_Drone_Reconstruction

AIM: 2D to 3D reconstruction of telecommunication tower.

VisualSFM

A completely integration of 3D reconstruction software:

  • VisualSFM
    • Easy to run:
      • download feasible version from the website
      • download dependency: CMVS/PMVS by Pierre Moulon
      • simply follow the guide in the website

image

SFM

We implemented SFM using MATLAB. For feature detection SURF was used.

image

Feature Detectors

Get feature points, we used Lowe's program but failed to generate feasible solution with complex background and blur. Trying alternatives now:

  • SIFT

  • SURF

  • Minimum Eigenvalue Algorithm

  • BRISK

image

Unet

We implemented a Unet model to segment out tower from images with complex background.

Image Augmentation

130 masks were manually created and augmented. Images were rotated flipped and blurred to increase dataset size.

image

Unet model

image

Total images: 4000

Total masks (labels): 4000

Training loss: 0.2660

Training accuracy: 88.44%

Validation loss: 0.2744

Validation accuracy: 87.84%

Test accuracy: 87.93%

image