DrSleep / tensorflow-deeplab-resnet

DeepLab-ResNet rebuilt in TensorFlow
MIT License
1.25k stars 429 forks source link

python3 and TF 1.3.1 compatibility + inference_webcam.py #140

Open salehjg opened 7 years ago

salehjg commented 7 years ago

changes:

few minor changes to keep the project compatible with recent versions of Tensorflow (V1.3.1 in my case)

few minor changes to support python 3

inference_webcam.py to apply semantic segmentation on webcam's frames captured using opencv

by the way, great project thanks for sharing it.

Po-Hsuan-Huang commented 5 years ago

@DrSleep Can you verify this pull request ?