eragonruan / refinenet-image-segmentation

a tensorflow implement of refinenet ,RefineNet: Multi-Path Refinement Networks for High-Resolution Semantic Segmentation
130 stars 35 forks source link

Tensor not found Error #9

Open artificial-mind opened 6 years ago

artificial-mind commented 6 years ago

Hi @eragonruan , I am getting following error when i am running demo.py file.

tensorflow.python.framework.errors_impl.NotFoundError: Tensor name "feature_fusion/Conv/BatchNorm/gamma/ExponentialMovingAverage" not found in checkpoint files "resnet_v1_101.ckpt"

[[Node: save/RestoreV2_1 = RestoreV2[dtypes=[DT_FLOAT], _device="/job:localhost/replica:0/task:0/cpu:0"](_arg_save/Const_0_0, save/RestoreV2_1/tensor_names, save/RestoreV2_1/shape_and_slices)]]

Thanks & Regards, Akansha Shah

eragonruan commented 6 years ago

@artificial-mind resnet_v1_101.ckpt is a pre-trained model used in training. To run the demo, you have to download the model trained on pascal voc from here

artificial-mind commented 6 years ago

HI @eragonruan ,

After using model downloaded from this link.

I am getting following error:

Data loss: Unable to open table file /home/akansha/Desktop/Work/refinenet-image-segmentation/refinenet/checkpoints/RefineNet_step_100000.ckpt.data-00000-of-00001

eragonruan commented 6 years ago

@artificial-mind you may have to provide more detail in order to solve this problem