Open paviddavid opened 5 years ago
As per my understanding, eval.py is for evaluation. You need ground truth for that. For inference, you can use deeplab_demo.ipynb Also. for the above error, you should check this https://github.com/tensorflow/models/commit/85b6489340c5b0a2a321388245d7d7de6afbcfe1#diff-52334c5559a6b56b843a54278cb60cf4
Hope this helps.
Can I use python 3.6.8 instead of python 3.5 here?
I have the same problem. did you solve it?
First of all, sorry for commenting in an old issue.
I have created a repository to visualize the inference on Deeplab models trained on the Cityscapes dataset. Check the Deeplab Cityscapes inference repository.
Ibai
System information
I do not fully understand how to infer a pre-trained model (e.g. trained on Cityscapes data) on some road scene images.
Command I use:
the tfrecord file contains only image
height
,width
,channels
,filename
,encoded image
,image format
.1) Is the tfrecord data correct? I do not load any semantic images because I only want to run the inference, the semantic segmentation of some input images which I want to save.
2) Is the way how the eval.py is called correct?
Error code: