Skip to content

Commit 297293c

Browse files
Merge pull request #59 from taokong/patch-1
Update gpu_nms.pyx
2 parents 245b7fd + 8b25ecf commit 297293c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

lib/nms/gpu_nms.pyx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
// ------------------------------------------------------------------
2-
// Deep Feature Flow
3-
// Copyright (c) 2015 Microsoft
4-
// Licensed under The MIT License
5-
// Written by Yuwen Xiong
6-
// ------------------------------------------------------------------
7-
// Based on:
8-
// Faster R-CNN
9-
// Copyright (c) 2015 Microsoft
10-
// Licensed under The MIT License
11-
// https://github.com/shaoqingren/faster_rcnn
12-
// ------------------------------------------------------------------
1+
# ------------------------------------------------------------------
2+
# Deep Feature Flow
3+
# Copyright (c) 2015 Microsoft
4+
# Licensed under The MIT License
5+
# Written by Yuwen Xiong, Tao Kong
6+
# ------------------------------------------------------------------
7+
# Based on:
8+
# Faster R-CNN
9+
# Copyright (c) 2015 Microsoft
10+
# Licensed under The MIT License
11+
# https://github.com/shaoqingren/faster_rcnn
12+
# ------------------------------------------------------------------
1313

1414
import numpy as np
1515
cimport numpy as np

0 commit comments

Comments
 (0)