Skip to content

Generation of RGBD images from the 'DIODE: A Dense Indoor and Outdoor DEpth Dataset' using different deep learning models.

License

Notifications You must be signed in to change notification settings

GiulianoDiGiuseppe/Diode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diode

The dataset used is a portion of the dataset from the DIODE paper (...) the dataset provided consists of 2k RGB images of indoor scenes, and as many files for the reactive mask and depth_map, for a total of 10GB. Indoor scenes are much easier than outdoor scenes as the range of values is smaller.

Operation

In RGBD images, the red colour indicates that that pixel has a high value, while the blue colour indicates that that pixel has a low value.

Clipping

We performed a clipping of the image values

1687259695053

Analysis

and decribe the min/max/mean value distribution Analysis

1687259756855

Augmentation

The following operations (Augmentation) were performed in combination, resulting in a 30% increase in dataset size:

  • Horizontal flip
  • Inversion of bands
  • Saturation
  • Gaussian filtering 

1687259821392

Parameter

We define all parameters in Configuration.yaml

Models

  • Encoder decoder with DenseNet121 like encoder

    1687259988510

  • Encoder decoder with DenseNet121 like encoder with skipp connection

    1687260044321

  • Plain Models

    1687260125734

  • Plain Models with VGG16

    1687260224292

  • Plain Models with VGG16 with leakyRelu

    1687260204310

Conclusion

  • Complexity of the task in relation to poor data availability
  • Insufficient hardware resources for training more massive models
  • Difficulties in reconstructing the depth map
  • Improvements through transfer learning in both Encoder-Decoder and plain architecture contexts

About

Generation of RGBD images from the 'DIODE: A Dense Indoor and Outdoor DEpth Dataset' using different deep learning models.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published