FCN.tensorflow icon indicating copy to clipboard operation
FCN.tensorflow copied to clipboard

Tensorflow implementation of Fully Convolutional Networks for Semantic Segmentation (http://fcn.berkeleyvision.org)

Results 26 FCN.tensorflow issues
Sort by recently updated
recently updated
newest added

vgg_net(weights, image) initializes the VGG with layers up to and including Conv (and RELU) 5_4: ```python layers = ( 'conv1_1', 'relu1_1', 'conv1_2', 'relu1_2', 'pool1', 'conv2_1', 'relu2_1', 'conv2_2', 'relu2_2', 'pool2', 'conv3_1',...

Requesting help with implementing GradCam in this repo? Any help is appreciated, Thanks. @shekkizh

I ran the training for a few epoch and was only getting an 'etropy' curve on tensorboard. How can I log and visalise metrics like - accuracy, mean accuracy. mean...

i made a reimplement with tensorflow2, but it is not very well. In MIT dataset, the model loss value just decline to 2.3.

it seems that my own labeled images are not suitable for the feed value. The batch size is 2, 227*227 pixels, single channel labeled pngs, but what is the "4"...

can I use it on Windows 10? I want to know the version of Tensorflow and Python

Is anyone could share the trained ckpt???thanks!!!! Is anyone could share the trained ckpt???thanks!!!! Is anyone could share the trained ckpt???thanks!!!!

run this program on window10 and tensorflow1.3.1, of course , i have changed the path ,like '\','/','\\', i have confused, the result is wrong, the tips just like below: OSError:...

when I run the FCN.py, appearing the error . Traceback (most recent call last): File "/home/yons/PycharmProjects/untitled1/FCN.tensorflow-master/FCN.py", line 235, in tf.app.run() File "/home/yons/anaconda3/lib/python3.5/site-packages/tensorflow/python/platform/app.py", line 125, in run _sys.exit(main(argv)) File "/home/yons/PycharmProjects/untitled1/FCN.tensorflow-master/FCN.py", line...