MONAI
MONAI copied to clipboard
AI Toolkit for Healthcare Imaging
Fixes # . ### Description This changes introduces the following transforms for 1d signal (example ECG , EEC, etc) "SignalRandDrop", "SignalRandScale", "SignalRandShift", "SignalResample", "SignalRandAddSine", "SignalRandAddSquarePulse", "SignalRandAddGaussianNoise", "SignalRandAddSinePartial", "SignalRandAddSquarePulsePartial", "SignalNormalize", "SignalStandardize",...
**Is your feature request related to a problem? Please describe.** The `Transpose` and `Transposed` transforms actually permute based on the axes given to them, they don't just swap dimensions 0...
**Is your feature request related to a problem? Please describe.** Add DiNTS bundle template to Auto3D **Describe the solution you'd like** Create a bundle template for model training, inference, validation...
**Is your feature request related to a problem? Please describe.** Motivation: Automating selection of deep neural network training pipelines with the following specific requirements: - Re-implement AutoML modules and pipeline...