Skip to content

Tensorflow implementation of Fully Convolutional Neural Network to extract features from different parts of human object

Notifications You must be signed in to change notification settings

robot010/Object-Part-Detection

Repository files navigation

Object_Part_Detection

Tensorflow implementation of Fully Convolutional Neural Network to extract features from different parts of human object

Keypoints of this project

  • Fine tune FCN8 toward PASCAL part dataset.
  • Using SLIC algorithm to segment each image into superpixels.
  • Extract deep features from superpixels.

Object part segmentation samples below

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:

SLIC algorithm implementation sample below

Zoomed in the samples above:

The original code for fully convolutional neural is from Marvinteichmann, please refers to his github page here.

About

Tensorflow implementation of Fully Convolutional Neural Network to extract features from different parts of human object

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published