microsoft / seismic-deeplearning

Deep Learning for Seismic Imaging and Interpretation
MIT License
403 stars 142 forks source link

Remove depth channel from Tensorboard visualization - makes grayscale images appear as such in TensorBoard logging #355

Open yalaudah opened 4 years ago

yalaudah commented 4 years ago

Currently, models that use depth in the second (Green) channel have that depth channel also visualized in Tensorboard. For better visualization, we should only show the seismic data in Tensorboard.

This what a depth-augmented image currently looks like in Tensorboard: image