Update copyright headers

This commit is contained in:
Nikhila Ravi
2023-04-12 00:22:55 -07:00
parent d398eb176f
commit e72b94dbed
11 changed files with 71 additions and 5 deletions

View File

@@ -1,4 +1,8 @@
// Functions for handling mask output from the ONNX model
// Copyright (c) Meta Platforms, Inc. and affiliates.
// All rights reserved.
// This source code is licensed under the license found in the
// LICENSE file in the root directory of this source tree.
// Convert the onnx model mask prediction to ImageData
function arrayToImageData(input: any, width: number, height: number) {