Skip to content

Instantly share code, notes, and snippets.

@jaybo
Last active July 19, 2018 00:27
Show Gist options
  • Save jaybo/59fe6dbd72256fdb1092b701af64e922 to your computer and use it in GitHub Desktop.
Save jaybo/59fe6dbd72256fdb1092b701af64e922 to your computer and use it in GitHub Desktop.
Semantic Segmentation Notes
Background:
http://cs231n.github.io/convolutional-networks/#convert
Converting classification net to sematic:
https://blog.goodaudience.com/using-convolutional-neural-networks-for-image-segmentation-a-quick-intro-75bd68779225
Environnment:
conda create --name tf pip
# use SSE2 verion of tensorflow-gpu from:
https://github.com/fo40225/tensorflow-windows-wheel/blob/master/1.9.0/py36/GPU/cuda92cudnn71sse2/tensorflow_gpu-1.9.0-cp36-cp36m-win_amd64.whl
pip3 install tensorflow_gpu-1.9.0-cp36-cp36m-win_amd64.whl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment