mobile-segmentation icon indicating copy to clipboard operation
mobile-segmentation copied to clipboard

How to test my pictures with the model you trained?

Open tensorflowt opened this issue 4 years ago • 1 comments

Hello, author! At present, I want to test my own pictures through the model you trained. There is no label for my pictures. Can I test this? If so, how can I do it?

tensorflowt avatar Mar 20 '20 08:03 tensorflowt

Hello @tensorflowt, you can use visualize.py to visualize the output on your data. But you need to pack them as .tfrecord files.

sercant avatar Mar 20 '20 12:03 sercant