Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 639 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 639 Bytes

ImageJ command example using CSBDeep to execute pretrained networks

You can use this repository as a starting point to integrate pretrained TensorFlow network execution into your own ImageJ project.

How to export your model

In order to use a pretrained TensorFlow model with the ImageJ CSBDeep command, it has to be exported as a ZIP file. Check out this method from the CSBDeep Python code as an example export which works with the CSBDeep ImageJ command. The meta data is optional and currently not used in ImageJ.