warmspringwinds / tf-image-segmentation

Image Segmentation framework based on Tensorflow and TF-Slim library
MIT License
549 stars 188 forks source link

Are forked repositories required? What commits to use? #5

Closed ahundt closed 7 years ago

ahundt commented 7 years ago

Is semantic segmentation not possible with this repository and upstream tensorflow and tensorflow/models alone as detailed in your comment?

It seems that, for example, upstream tensorflow/models vgg doesn't contain the parameter fc_conv_padding.

If specific forks/commits are needed, which ones should I use?

warmspringwinds commented 7 years ago

Hi,

We have mentioned it here: https://github.com/warmspringwinds/tf-image-segmentation#installation

Basically, you need a custom tensorflow/models fork.

ahundt commented 7 years ago

I don't think this branch exists:

git clone -b fully_conv_vgg https://github.com/warmspringwinds/models

ahundt commented 7 years ago

turns out I'm not using that model, so not needed. Though I think one of the other branches in the repository referenced does work.