mobile-segmentation
mobile-segmentation copied to clipboard
How to test my pictures with the model you trained?
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?
Hello @tensorflowt, you can use visualize.py
to visualize the output on your data. But you need to pack them as .tfrecord
files.