Are forked repositories required? What commits to use?
ahundt opened this issue · 3 comments
ahundt commented
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
Hi,
We have mentioned it here:
https://github.com/warmspringwinds/tf-image-segmentation#installation
Basically, you need a custom tensorflow/models
fork.
ahundt commented
I don't think this branch exists:
git clone -b fully_conv_vgg https://github.com/warmspringwinds/models
ahundt commented
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.