Skip to content

Unofficial implementation of RedNet architecture described in paper 'RedNet: Residual Encoder-Decoder Network for indoor RGB-D Semantic Segmentation'

Notifications You must be signed in to change notification settings

dgjung0220/REDNet-tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedNet-tensorflow

Unofficial implementation of RedNet architecture described in paper 'RedNet: Residual Encoder-Decoder Network for indoor RGB-D Semantic Segmentation'. It's a model for "Semantic Segmentation", but fixed it for "Super Resolution" by modifying the output layer's activation function.

Requirements

  • python 3.7+
  • tensorflow 2.0.0+

Train

python train.py \
        --num_layers 15 \
        --dataset dataset/bsd_images \
        --num_epoch 1000 \
        --train_batch_size 16 \
        --valid_batch_size 1

TensorBoard

License

Apache License 2.0

About

Unofficial implementation of RedNet architecture described in paper 'RedNet: Residual Encoder-Decoder Network for indoor RGB-D Semantic Segmentation'

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages