View Source YOLO.FrameScalers.NxIdentityScaler (YOLO v0.2.0)
FrameScaler
for when the input image is already a tensor with shape {height, width, 3}
and no scaling is needed because width and height already match the model input size.
This is useful when calling YOLO.detect/3
with a tensor that already matches the
expected dimensions.