deepliif 1.1.15__py3-none-any.whl → 1.2.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -283,11 +283,11 @@ def run_dask(img, model_path=None, nets=None, eager_mode=False, opt=None, seg_on
283
283
  if opt.model in ['DeepLIIF','DeepLIIFKD']:
284
284
  if seg_weights is None:
285
285
  weights = {
286
- 'G51': 0.25, # IHC
287
- 'G52': 0.25, # Hema
288
- 'G53': 0.25, # DAPI
289
- 'G54': 0.00, # Lap2
290
- 'G55': 0.25, # Marker
286
+ 'G51': 0.5, # IHC
287
+ 'G52': 0.0, # Hema
288
+ 'G53': 0.0, # DAPI
289
+ 'G54': 0.0, # Lap2
290
+ 'G55': 0.5, # Marker
291
291
  }
292
292
  else:
293
293
  weights = {