1.0.1
版本发布时间: 2022-10-25 01:54:48
Project-MONAI/MONAI最新发布版本:1.4.0(2024-10-17 08:54:28)
Fixes
- DiceCELoss for multichannel targets
- Auto3DSeg DataAnalyzer out-of-memory error and other minor issues
- An optional flag issue in the RetinaNet detector
- An issue with output offset for Spacing
- A
LoadImage
issue whentrack_meta
isFalse
- 1D data output error in
VarAutoEncoder
- An issue with resolution computing in
ImageStats
Added
- Flexible min/max pixdim options for Spacing
- Upsample mode
deconvgroup
and optional kernel sizes - Docstrings for gradient-based saliency maps
- Occlusion sensitivity to use sliding window inference
- Enhanced Gaussian window and device assignments for sliding window inference
- Multi-GPU support for MonaiAlgo
-
ClientAlgoStats
andMonaiAlgoStats
for federated summary statistics - MetaTensor support for
OneOf
- Add a file check for bundle logging config
- Additional content and an authentication token option for bundle info API
- An anti-aliasing option for
Resized
-
SlidingWindowInferer
adaptive device based oncpu_thresh
-
SegResNetDS
with deep supervision and non-isotropic kernel support - Premerge tests for Python 3.10
Changed
- Base Docker image upgraded to
nvcr.io/nvidia/pytorch:22.09-py3
fromnvcr.io/nvidia/pytorch:22.08-py3
- Replace
None
type metadata content with"none"
forcollate_fn
compatibility - HoVerNet Mode and Branch to independent StrEnum
- Automatically infer device from the first item in random elastic deformation dict
- Add channel dim in
ComputeHoVerMaps
andComputeHoVerMapsd
- Remove batch dim in
SobelGradients
andSobelGradientsd
Deprecated
- Deprecating
compute_meandice
,compute_meaniou
inmonai.metrics
, in favor ofcompute_dice
andcompute_iou
respectively