Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
SOLOv2-pytorch
Commits
7f317a0a
Commit
7f317a0a
authored
Feb 06, 2019
by
Kai Chen
Browse files
suppress cython warnings
parent
62304425
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
mmdet/ops/nms/cpu_nms.pyx
mmdet/ops/nms/cpu_nms.pyx
+2
-0
mmdet/ops/nms/cpu_soft_nms.pyx
mmdet/ops/nms/cpu_soft_nms.pyx
+2
-0
mmdet/ops/nms/gpu_nms.pyx
mmdet/ops/nms/gpu_nms.pyx
+2
-0
No files found.
mmdet/ops/nms/cpu_nms.pyx
View file @
7f317a0a
...
...
@@ -5,6 +5,8 @@
# Written by Ross Girshick
# --------------------------------------------------------
# cython: language_level=3, boundscheck=False
import
numpy
as
np
cimport
numpy
as
np
...
...
mmdet/ops/nms/cpu_soft_nms.pyx
View file @
7f317a0a
...
...
@@ -6,6 +6,8 @@
# Modified by Kai Chen
# ----------------------------------------------------------
# cython: language_level=3, boundscheck=False
import
numpy
as
np
cimport
numpy
as
np
...
...
mmdet/ops/nms/gpu_nms.pyx
View file @
7f317a0a
...
...
@@ -5,6 +5,8 @@
# Written by Ross Girshick
# --------------------------------------------------------
# cython: language_level=3, boundscheck=False
import
numpy
as
np
cimport
numpy
as
np
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment