Hello Im new to TF. I was wondering how can I load a trained model using java and then use this model to detect objects in an image?
If you have the model in TF Saved Model format then you can load it with TF-Java - GitHub - tensorflow/java: Java bindings for TensorFlow. We do have an object detection example here - GitHub - tensorflow/java-models: Models in Java but it’s not been updated for TF-Java 1.0-rc1 yet. We’ll try to get that updated this week.