8000 GitHub - axtimwalde/imagej-tensorflow: ImageJ/TensorFlow integration library.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

axtimwalde/imagej-tensorflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageJ + TensorFlow integration layer

This component is a library which can translate between ImageJ images and TensorFlow tensors.

It also contains a demo ImageJ command for classifying images using a TensorFlow image model, adapted from the TensorFlow image recognition tutorial.

Quickstart

git clone https://github.com/imagej/imagej-tensorflow
cd imagej-tensorflow
mvn -Pexec

This requires Maven. Typically brew install maven on OS X, apt-get install maven on Ubuntu, or detailed instructions otherwise.

Caveats

The code here is still a proof of concept. It has some inefficiencies that will later be improved upon. For example, the TensorFlow model is loaded on each invocation of the command instead of being loaded once and cached for repeated use.

About

ImageJ/TensorFlow integration library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.8%
  • Shell 0.2%
0