Class: Google::Cloud::AIPlatform::V1::BlurBaselineConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::BlurBaselineConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/explanation.rb
Overview
Config for blur baseline.
When enabled, a linear path from the maximally blurred image to the input image is created. Using a blurred baseline instead of zero (black image) is motivated by the BlurIG approach explained here: https://arxiv.org/abs/2004.03383
Instance Attribute Summary collapse
-
#max_blur_sigma ⇒ ::Float
The standard deviation of the blur kernel for the blurred baseline.
Instance Attribute Details
#max_blur_sigma ⇒ ::Float
Returns The standard deviation of the blur kernel for the blurred baseline. The same blurring parameter is used for both the height and the width dimension. If not set, the method defaults to the zero (i.e. black for images) baseline.
447 448 449 450 |
# File 'proto_docs/google/cloud/aiplatform/v1/explanation.rb', line 447 class BlurBaselineConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |