tensorflow-example-java
tensorflow-example-java copied to clipboard
This is a Tensorflow Java example application what uses YOLOv2 model and Gradle for build and dependency management.
I am using TensorFlow Java API to load a pretrained .pb file in Android. The problem is that the model requires its input to have a dtype of uint. But...
I created a saved_model.pb file using darkflow and I am trying to load and run the same using your code. I get the following error: Failed to read [/YOLO/saved_model.pb]! What...
This looks really cool, how do I see the box around the item it detects? How easy would it be to feed a webcam or video in to it and...
This code (https://sites.google.com/view/tensorflow-example-java-api) is running successfully on YOLOv2 model, but not runs on my tensorflow model which I have trained by using python tutorial: (https://github.com/EdjeElectronics/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10/tree/d1c5b59803543e48362c27c48d704d4b0d92d135) That **produce .pb** file for...