hellochick / ICNet-tensorflow

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

Questions for checkpoint #102

Open seushengchao opened 5 years ago

seushengchao commented 5 years ago

excuse me: I have 2 questions about your recent codes:

  1. How to load the checkpoints to inference?
  2. How to load the checkpoints instead of the pre-trained model to train?
cobbwho commented 4 years ago

Open demo.ipynb with jupyter, and then you can use the code to inference.