hellochick / ICNet-tensorflow

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

Regarding Alpha Blending value #56

Closed SoebHussain closed 6 years ago

SoebHussain commented 6 years ago

Hi

Thank for sharing the code. I am trying to visualise the output as shown in this video . For that Alpha blending value is used in other repo. Could you help me with the changes required for this code. Thanks again

ghost commented 6 years ago

Not sure if you have fixed this problem. in inference.py line 182, you can save the preds[0]+imgs[i], that worked for me without using Alpha.