hellochick / ICNet-tensorflow

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

Fix image_reader and network.restore #94

Open leeesangwon opened 5 years ago

leeesangwon commented 5 years ago
  1. image_reader In the '_random_crop_and_pad_image_and_labels' function, it subtract 'ignore_label' but does not add 'ignore_label' again.

  2. network.restore Argument 'var_list' of restore function did not work.