Skip to content

Commit

Permalink
make fix for interprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Sep 6, 2023
1 parent 8a4199e commit 7a9e0d7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@ private void retrieveInterprocessingTensors(List<Tensor<?>> tensors) throws RunM
private List<String> getProcessCommandsWithoutArgs() throws IOException, URISyntaxException {
String javaHome = System.getProperty("java.home");
String javaBin = javaHome + File.separator + "bin" + File.separator + "java";
javaBin = "\"" + javaBin + "\"";

String modelrunnerPath = getPathFromClass(DeepLearningEngineInterface.class);
String imglib2Path = getPathFromClass(NativeType.class);
Expand Down

0 comments on commit 7a9e0d7

Please sign in to comment.