aurora95 / Keras-FCN

Keras-tensorflow implementation of Fully Convolutional Networks for Semantic Segmentation(Unfinished)
MIT License
650 stars 268 forks source link

Location of BilinearUpSampling2D layer #5

Closed akshaychawla closed 7 years ago

akshaychawla commented 7 years ago

I couldn't find the implementation of BilinearUpsampling2D layer in your implementation, could you direct me to it?

SCP-173-cool commented 7 years ago

utils/BilinearUpSampling.py

akshaychawla commented 7 years ago

thanks, I am working on a reference implementation of fcn-8s, will submit a PR if it works!