Skip to content

Releases: nadeemlab/DeepLIIF

DeepLIIF 1.1.11

25 Jun 16:03
Compare
Choose a tag to compare
  • Update tiling method for inference on large images

DeepLIIF 1.1.10

23 Apr 21:20
Compare
Choose a tag to compare
  • Modify segmentation map weights
  • Update empty tile detection method

DeepLIIF 1.1.9

29 Jan 21:31
Compare
Choose a tag to compare
  • Output postprocessing settings (thresholds) in scoring results
  • Allow marker image to be omitted from postprocessing
  • Use all GPUs by default for inference if unspecified

DeepLIIF 1.1.8

19 Jan 17:09
Compare
Choose a tag to compare
  • Updated postprocessing algorithm
  • Addition of DeepLIIFExt model class

DeepLIIF 1.1.7

21 Jul 03:53
Compare
Choose a tag to compare
  • Ignore empty tiles during inference.

DeepLIIF 1.1.6

22 Mar 17:08
Compare
Choose a tag to compare
  • Stable model serialization and inference between runs
  • Memory efficient inference function
  • Option to pseudo-color marker and DAPI inferred images
  • Use training options in test script

DeepLIIF 1.1.2

26 Apr 15:26
Compare
Choose a tag to compare
  • VGG loss added to the translation task.
  • Automatically reading the model parameters to create the model for inference.
  • GPU ids configuration updated.
  • Converting the images to 'RGB', fixing the issue of reading grayscale or 'RGBA' images.
  • Saving model parameters in training mode added to the cli.py file.

DeepLIIF 1.1.0

30 Mar 14:06
Compare
Choose a tag to compare

Added features:

  • Pip installation
  • Client commands
  • Multi-GPU training (DP and DDP)
  • Model Serialization
  • Deployment with Torchserve
  • ImageJ Plugin

First Release of DeepLIIF

06 Oct 19:24
aa6940e
Compare
Choose a tag to compare
Merge pull request #5 from ricdodds/fix/color-correction

Color correction