Advertisement
Guest User

SegNet Connections

a guest
Oct 13th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.16 KB | None | 0 0
  1. Source Destination
  2. _________________ _________________________
  3.  
  4. 'inputImage' 'conv1_1'
  5. 'conv1_1' 'bn_conv1_1'
  6. 'bn_conv1_1' 'relu1_1'
  7. 'relu1_1' 'conv1_2'
  8. 'conv1_2' 'bn_conv1_2'
  9. 'bn_conv1_2' 'relu1_2'
  10. 'relu1_2' 'pool1'
  11. 'pool1/out' 'conv2_1'
  12. 'pool1/indices' 'decoder1_unpool/indices'
  13. 'pool1/size' 'decoder1_unpool/size'
  14. 'conv2_1' 'bn_conv2_1'
  15. 'bn_conv2_1' 'relu2_1'
  16. 'relu2_1' 'conv2_2'
  17. 'conv2_2' 'bn_conv2_2'
  18. 'bn_conv2_2' 'relu2_2'
  19. 'relu2_2' 'pool2'
  20. 'pool2/out' 'conv3_1'
  21. 'pool2/indices' 'decoder2_unpool/indices'
  22. 'pool2/size' 'decoder2_unpool/size'
  23. 'conv3_1' 'bn_conv3_1'
  24. 'bn_conv3_1' 'relu3_1'
  25. 'relu3_1' 'conv3_2'
  26. 'conv3_2' 'bn_conv3_2'
  27. 'bn_conv3_2' 'relu3_2'
  28. 'relu3_2' 'conv3_3'
  29. 'conv3_3' 'bn_conv3_3'
  30. 'bn_conv3_3' 'relu3_3'
  31. 'relu3_3' 'pool3'
  32. 'pool3/out' 'conv4_1'
  33. 'pool3/indices' 'decoder3_unpool/indices'
  34. 'pool3/size' 'decoder3_unpool/size'
  35. 'conv4_1' 'bn_conv4_1'
  36. 'bn_conv4_1' 'relu4_1'
  37. 'relu4_1' 'conv4_2'
  38. 'conv4_2' 'bn_conv4_2'
  39. 'bn_conv4_2' 'relu4_2'
  40. 'relu4_2' 'conv4_3'
  41. 'conv4_3' 'bn_conv4_3'
  42. 'bn_conv4_3' 'relu4_3'
  43. 'relu4_3' 'pool4'
  44. 'pool4/out' 'conv5_1'
  45. 'pool4/indices' 'decoder4_unpool/indices'
  46. 'pool4/size' 'decoder4_unpool/size'
  47. 'conv5_1' 'bn_conv5_1'
  48. 'bn_conv5_1' 'relu5_1'
  49. 'relu5_1' 'conv5_2'
  50. 'conv5_2' 'bn_conv5_2'
  51. 'bn_conv5_2' 'relu5_2'
  52. 'relu5_2' 'conv5_3'
  53. 'conv5_3' 'bn_conv5_3'
  54. 'bn_conv5_3' 'relu5_3'
  55. 'relu5_3' 'pool5'
  56. 'pool5/out' 'decoder5_unpool/in'
  57. 'pool5/indices' 'decoder5_unpool/indices'
  58. 'pool5/size' 'decoder5_unpool/size'
  59. 'decoder5_unpool' 'decoder5_conv3'
  60. 'decoder5_conv3' 'decoder5_bn_3'
  61. 'decoder5_bn_3' 'decoder5_relu_3'
  62. 'decoder5_relu_3' 'decoder5_conv2'
  63. 'decoder5_conv2' 'decoder5_bn_2'
  64. 'decoder5_bn_2' 'decoder5_relu_2'
  65. 'decoder5_relu_2' 'decoder5_conv1'
  66. 'decoder5_conv1' 'decoder5_bn_1'
  67. 'decoder5_bn_1' 'decoder5_relu_1'
  68. 'decoder5_relu_1' 'decoder4_unpool/in'
  69. 'decoder4_unpool' 'decoder4_conv3'
  70. 'decoder4_conv3' 'decoder4_bn_3'
  71. 'decoder4_bn_3' 'decoder4_relu_3'
  72. 'decoder4_relu_3' 'decoder4_conv2'
  73. 'decoder4_conv2' 'decoder4_bn_2'
  74. 'decoder4_bn_2' 'decoder4_relu_2'
  75. 'decoder4_relu_2' 'decoder4_conv1'
  76. 'decoder4_conv1' 'decoder4_bn_1'
  77. 'decoder4_bn_1' 'decoder4_relu_1'
  78. 'decoder4_relu_1' 'decoder3_unpool/in'
  79. 'decoder3_unpool' 'decoder3_conv3'
  80. 'decoder3_conv3' 'decoder3_bn_3'
  81. 'decoder3_bn_3' 'decoder3_relu_3'
  82. 'decoder3_relu_3' 'decoder3_conv2'
  83. 'decoder3_conv2' 'decoder3_bn_2'
  84. 'decoder3_bn_2' 'decoder3_relu_2'
  85. 'decoder3_relu_2' 'decoder3_conv1'
  86. 'decoder3_conv1' 'decoder3_bn_1'
  87. 'decoder3_bn_1' 'decoder3_relu_1'
  88. 'decoder3_relu_1' 'decoder2_unpool/in'
  89. 'decoder2_unpool' 'decoder2_conv2'
  90. 'decoder2_conv2' 'decoder2_bn_2'
  91. 'decoder2_bn_2' 'decoder2_relu_2'
  92. 'decoder2_relu_2' 'decoder2_conv1'
  93. 'decoder2_conv1' 'decoder2_bn_1'
  94. 'decoder2_bn_1' 'decoder2_relu_1'
  95. 'decoder2_relu_1' 'decoder1_unpool/in'
  96. 'decoder1_unpool' 'decoder1_conv2'
  97. 'decoder1_conv2' 'decoder1_bn_2'
  98. 'decoder1_bn_2' 'decoder1_relu_2'
  99. 'decoder1_relu_2' 'decoder1_conv1'
  100. 'decoder1_conv1' 'decoder1_bn_1'
  101. 'decoder1_bn_1' 'decoder1_relu_1'
  102. 'decoder1_relu_1' 'softmax'
  103. 'softmax' 'labels'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement