imagej-tensorflow icon indicating copy to clipboard operation
imagej-tensorflow copied to clipboard

ImageJ/TensorFlow integration library

Results 9 imagej-tensorflow issues
Sort by recently updated
recently updated
newest added

Hi, we are trying to use the tensorflow manager through pyimagej in Jupyter notebooks (headless=False), would be great if there is a way to ask the manager to install a...

Hi, we are hitting this error with JDK 11: ``` (Fiji Is Just) ImageJ 2.1.0/1.53c; Java 11.0.11 [64-bit]; Linux 4.15.0-144-generic; 361MB of 79744MB (

I'll just use this issue to save some notes regarding the upgrade: The new maven dependency for all operating systems (`tensorflow-core-platform-mkl-gpu` for GPU support though that didn't immediately work for...

I have an issue with the current way we [load cached models](https://github.com/imagej/imagej-tensorflow/blob/master/src/main/java/net/imagej/tensorflow/DefaultTensorFlowService.java#L106). If one rebuilds the model locally or if we update remote networks but keep the name, the plugin...

We should introduce a system variable `imagej.tensorflow.downloads.dir` to save the downloaded TF versions to and make this and `imagej.tensorflow.modelsdir` configurable in the `Edit > Options > Tensorflow..` plugin.

We should add methods to the `TensorFlow` service to clear the cached models etc..

TensorFlow may use ByteBuffers directly for creating the tensors while other buffers are copied. From the [Documentation of the Tensor class](https://www.tensorflow.org/api_docs/java/reference/org/tensorflow/Tensor): __`create (long[] shape, FloatBuffer data)`:__ > Create a Float...

@frauzufall and I talked through how we could go about providing user-facing control over whether TensorFlow operates in CPU mode or GPU mode, as well as which graphics card is...

Added a new section to the README file describing fixes for issues I ran into when installing from source for the first time: JDK 8, TF 1.14 or 1.15 (recommended...