fiji / microscope-image-quality

TensorFlow-based classifier for microscope image focus quality.
https://imagej.net/Microscope_Focus_Quality
Apache License 2.0
17 stars 2 forks source link

Update to imagej-tensorflow 0.2.0 #1

Closed HedgehogCode closed 6 years ago

HedgehogCode commented 6 years ago

The API changed and doesn't provide normalization anymore. We need to normalize the image ourself now.

frauzufall commented 6 years ago

Maybe we write Ops for normalization? Could also put our percentile normalization in an Op.

HedgehogCode commented 6 years ago

There are Ops, but I only found some which keep the type. Then I would have to convert the type first with another Op and I guess that would be less efficient.

ctrueden commented 6 years ago

Thank you so much, @HedgehogCode. I did some testing and results seem identical to before. So I think we're good to go.