@szaza I'm trying to run your Java API example (https://sites.google.com/view/tensorflow-example-java-api/home?authuser=0).
-Downloaded the graph and label file from the provided gdrive link, placed it in tensorflow-example-java\src\main\resources\YOLO
-edited the configuration file with the absolute paths of the yolo-voc.pb and yolo-voc-labels.pb
Unfortunately resulted to ServiceException and IllegalArgumentException. I'm trying to test this out so I can use it with my own trained model (at 20,000 steps now) following your tutorial too (Train YOLO with DarkFlow)
I am using Java JDK 1.8 and TensorFlow 1.9. Thank you in advance. :D
@szaza I'm trying to run your Java API example (https://sites.google.com/view/tensorflow-example-java-api/home?authuser=0).
-Downloaded the graph and label file from the provided gdrive link, placed it in tensorflow-example-java\src\main\resources\YOLO
-edited the configuration file with the absolute paths of the yolo-voc.pb and yolo-voc-labels.pb
Unfortunately resulted to ServiceException and IllegalArgumentException. I'm trying to test this out so I can use it with my own trained model (at 20,000 steps now) following your tutorial too (Train YOLO with DarkFlow)
I am using Java JDK 1.8 and TensorFlow 1.9. Thank you in advance. :D