DrSleep / tensorflow-deeplab-resnet

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

How run model prediction for multiple inputes #203

Closed senthilsam closed 5 years ago

senthilsam commented 5 years ago

I want to run the inference.py code for multiple documents by loading the model once how to do that

DrSleep commented 5 years ago

adapt evaluate and/or inference files. there are plenty of resources on the web, plus previously opened issues are helpful, too: https://github.com/DrSleep/tensorflow-deeplab-resnet/issues/143