Mltu

Latest version: v1.2.5

Safety actively analyzes 624625 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

1.2.4

Added
- Added `RandomElasticTransform` to `mltu.augmentors` to work with `Image` objects
- Added `xyxy_abs` to `mltu.annotations.detections.Detection` object to return absolute bounding boxes

Changes
- Changed `ImageShowCV2` transformer in `mltu.transformers` to display images when running with multiple threads

1.2.3

Added
- Added Tutorial how to run YOLOv8 pretrained Object Detection model `Tutorials.11_Yolov8.README.md`

1.2.2

Changed
- Bug fixed with `loss_info` local variable in `mltu.torch.model.Model` object

Added
- Added `RandomColorMode` and `RandomZoom` into `mltu.augmentors`

1.2.1

Changed
- Fixed many minor bugs

Added
- Added `mltu.transformers.ImageNormalizer` to normalize and transpose images
- Added `mltu.torch.yolo.annotation.VOCAnnotationReader` to read VOC annotation files
- Added `mltu.torch.yolo.preprocessors.YoloPreprocessor` to preprocess images and annotations for YoloV8 detection model

1.2.0

Changed
- Creating code to work with Ultralytics YoloV8 Detection model (training and inference)
- Updated previous tutorials to work with the latest mltu changes
- Updated `mltu.augmentors.RandomRotate` to work with `Detections` objects
- Changed to use `importlib` to import `librosa` in `mltu.preprocessors` to avoid import errors
- Changed `mltu.torch.model.Model` object to provide more flexibility in training and validation
- Improved `mltu.torch.callbacks` to provide more flexibility in training and validation

Added
- Added `mltu.torch.detection` module, that contains `Detections` and `Detection` objects, to handle detection annotations
- Added `RandomDropBlock` and `RandomDropBlock` augmentors into `mltu.augmentors` to work with `Detections` objects
- Added `ModelEMA` into `mltu.torch.model` to work with EMA (Exponential Moving Average) model
- Added `FpsWrapper` into `mltu.inferenceModel` to automatically calculate FPS (Frames Per Second) when using inference model
- Added `mltu.torch.yolo.detector.BaseDetector` as a base class for preprocessing and postprocessing detection models
- Added `mltu.torch.yolo.detector.onnx_detector.Detector` as a class to handle YoloV8 onnx model detection inference
- Added `mltu.torch.yolo.detector.torch_detector.Detector` as a class to handle YoloV8 torch model detection inference
- Added `mltu.torch.yolo.loss.v8DetectionLoss` as a class to handle YoloV8 detection loss in training
- Added `mltu.torch.yolo.metrics.YoloMetrics` as a class to handle YoloV8 detection metrics in training and validation
- Added `mltu.torch.yolo.optimizer` module, that contains `AccumulativeOptimizer` object and `build_optimizer` function, to handle YoloV8 detection optimizer in training
- Added YoloV8 Detection tutorial in `Tutorials.11_yolov8` that shows how to do basic inference with torch and exported onnx models

1.1.8

Changed
- Fixed `setup.py` to include `mltu.torch` and `mltu.tensorflow` packages and other packages that are required for `mltu` to work properly

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.