add comments about origin of reference implementation (#20763)

This commit is contained in:
Wilson Seok 2023-10-31 02:54:19 +09:00 committed by GitHub
parent fdec7fb7ee
commit df3e51f818
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,9 @@
// Copyright (C) 2018-2023 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
// Copyright (c) Facebook, Inc. and its affiliates.
// The implementation for rotated boxes intersection is based on the code from:
// https://github.com/facebookresearch/detectron2/blob/v0.6/detectron2/layers/csrc/box_iou_rotated/box_iou_rotated_utils.h
#include "include/batch_headers/fetch_data.cl"