warmspringwinds/tf-image-segmentation

Are forked repositories required? What commits to use?

ahundt opened this issue · 3 comments

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?

Hi,

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

Basically, you need a custom tensorflow/models fork.

I don't think this branch exists:

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

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.