|
|
|
@ -11,6 +11,15 @@
|
|
|
|
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
|
// See the License for the specific language governing permissions and
|
|
|
|
|
// limitations under the License.
|
|
|
|
|
//
|
|
|
|
|
// Part of the following code in this file refs to
|
|
|
|
|
// https://github.com/msracver/Deformable-ConvNets/blob/master/faster_rcnn/operator_cxx/deformable_psroi_pooling.cu
|
|
|
|
|
//
|
|
|
|
|
// Copyright (c) 2017 Microsoft
|
|
|
|
|
// Licensed under The Apache-2.0 License [see LICENSE for details]
|
|
|
|
|
// \file deformable_psroi_pooling.cu
|
|
|
|
|
// \brief
|
|
|
|
|
// \author Yi Li, Guodong Zhang, Jifeng Dai
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|