Difference between revisions of "learning Hierarchical Features for Scene Labeling"
From statwiki
(Started the general outline) |
(→Introduction) |
||
Line 2: | Line 2: | ||
'''Test input''': The input into the network was a static image such as the one below: | '''Test input''': The input into the network was a static image such as the one below: | ||
+ | |||
+ | [[File:Example.jpg]] | ||
'''Training data and desired result''': The desired result (which is the same format as the training data given to the network for supervised learning) is an image with large features labelled. | '''Training data and desired result''': The desired result (which is the same format as the training data given to the network for supervised learning) is an image with large features labelled. | ||
+ | |||
+ | <gallery> | ||
+ | Image:Example.jpg|Caption1 | ||
+ | Image:Example.jpg|Caption2 | ||
+ | </gallery> | ||
= Methodology = | = Methodology = |
Revision as of 14:37, 2 November 2015
Introduction
Test input: The input into the network was a static image such as the one below:
Training data and desired result: The desired result (which is the same format as the training data given to the network for supervised learning) is an image with large features labelled.
Methodology
Pre-processing
Network Architecture
Post-Processing