hellochick / ICNet-tensorflow

TensorFlow-based implementation of "ICNet for Real-Time Semantic Segmentation on High-Resolution Images".
405 stars 153 forks source link

tensorflow.python.framework.errors_impl.NotFoundError: Tensor name "conv1_1_3x3_s2/biases" not found in checkpoint files ./model/ade20k/model.ckpt-27150.index #107

Open RichardHansir opened 5 years ago

RichardHansir commented 5 years ago

Is the trained model not matching the network? @hellochick

songshan0321 commented 4 years ago

Facing the same error when running demo using ade20k weights, have you found any work around?

songshan0321 commented 4 years ago

Set your model_type to 'others' in demo.py setup configurations.

    # it means that you use self-trained model, you need to change "filter_scale" to 2.
    model_type = 'others'