Tensorflow implementation of Fully Convolutional Neural Network to extract features from different parts of human object
- Fine tune FCN8 toward PASCAL part dataset.
- Using SLIC algorithm to segment each image into superpixels.
- Extract deep features from superpixels.
The first image at the top is the original image. Image at lower left is the result we got, and image at lower right is the ground truth.
The second example:
The third example that contains multiple human in one image:
Zoomed in the samples above:
The original code for fully convolutional neural is from Marvinteichmann, please refers to his github page here.