Please use. NET 5,. NET 6, NET 7,. NET 8, NET Framework 4.6, NET Framework 4.61, NET Framework 4.7, NET Framework 4.72, NET Framework 4.8, NET Framework 4.81, and. NET Core 3.1 versions

PreProcessStepscrop Method

Overload List

crop(Int32, Int32) Crop input tensor between begin and end coordinates. Under the hood, inserts `opset8::Slice` operation to execution graph. It is recommended to use to together with `ov::preprocess::InputTensorInfo::set_shape` to set original input shape before cropping
crop(ListInt32, ListInt32) Crop input tensor between begin and end coordinates. Under the hood, inserts `opset8::Slice` operation to execution graph. It is recommended to use to together with `ov::preprocess::InputTensorInfo::set_shape` to set original input shape before cropping

See Also