Releases: vanvalenlab/kiosk-redis-consumer
Releases · vanvalenlab/kiosk-redis-consumer
0.12.0
🚀 Features
Update for new tracking approach @MekWarrior (#168)
What
- Updates for DeepCell's approach to the tracking problem in live-cell imaging. The Tracking Application has been updated and now requires two different models.
Why
- These updates represent the natural evolution of DeepCell's approach to tracking. It addresses key needs to further generalize the codebase and dramatically improves tracking speed.
Add new `detect_dimension_order` to detect the dim ordering string. @willgraf (#172)
Detects the dimension ordering for 2D and 3D data for channels first or channels last, and placed in Redis under the key dim_order
.
This facilitates handing off the dim ordering to downstream visualization services.
Fixes #169
🐛 Bug Fixes
Define batch size and pass to app.predict. @willgraf (#175)
app.predict no longer supports batch_size=None.
Ignore negative batch dimensions when calculating batch\_size. @willgraf (#173)
Fixes #167
Ignore all negative dimensions when calculating batch size for the GrpcModelWrapper
. This PR ensures that the batch size calculated will never be negative, but does not ensure that the batch size calculated will be optimal if there are many unknown dimensions.
🧰 Maintenance
0.11.0
0.10.0
0.9.0
0.9.0
Features
- Leverage
deepcell.applications
to package deep learning workflows using aGrpcModelWrapper
. (#154)
Breaking Changes
- Drop support for Python2.7 and introduce
deepcell-cpu
as a dependency. ImageFileConsumer
has been refactored toSegmentationConsumer
.GKE_STORAGE_BUCKET
andAWS_S3_BUCKET
have been replaced withSTORAGE_BUCKET
which requires a bucket protocol (s3://bucketname
). RemoveCLOUD_PROVIDER
.DEBUG
has been replaced withLOG_LEVEL
.- Replace custom protos with
tensorflow-serving-api
andtensorflow
APIs.
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.8.0
Features
- Only process images smaller than
MAX_IMAGE_HEIGHT
andMAX_IMAGE_WIDTH
. (#128) - Improve Multiplex image validation and reduce required heads for post-processing (#125, #130, #131, #132)
- Migrate from Travis CI to GitHub Actions (#140, #141)
Bugfixes
- Update deepcell-toolbox and deepcell-tracking to latest patches (#126)