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
yaoyuping
nnDetection
Commits
a823d6cd
Commit
a823d6cd
authored
Jun 04, 2022
by
Baumgartner, Michael
Browse files
move date before name
parent
d75fd4ad
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
nndet/core/boxes/anchors.py
nndet/core/boxes/anchors.py
+1
-1
nndet/core/boxes/matcher/iou.py
nndet/core/boxes/matcher/iou.py
+1
-1
nndet/core/retina.py
nndet/core/retina.py
+1
-1
nndet/csrc/cpu/nms.cpp
nndet/csrc/cpu/nms.cpp
+1
-1
nndet/csrc/cuda/cuda_helpers.h
nndet/csrc/cuda/cuda_helpers.h
+1
-1
nndet/csrc/cuda/nms.cu
nndet/csrc/cuda/nms.cu
+1
-1
nndet/csrc/ops.cpp
nndet/csrc/ops.cpp
+1
-1
No files found.
nndet/core/boxes/anchors.py
View file @
a823d6cd
...
...
@@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0
#
# Parts of this code are from torchvision (https://github.com/pytorch/vision) licensed under
# SPDX-FileCopyrightText: Soumith Chintala
2016
# SPDX-FileCopyrightText:
2016
Soumith Chintala
# SPDX-License-Identifier: BSD-3-Clause
...
...
nndet/core/boxes/matcher/iou.py
View file @
a823d6cd
...
...
@@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0
#
# Parts of this code are from torchvision (https://github.com/pytorch/vision) licensed under
# SPDX-FileCopyrightText: Soumith Chintala
2016
# SPDX-FileCopyrightText:
2016
Soumith Chintala
# SPDX-License-Identifier: BSD-3-Clause
...
...
nndet/core/retina.py
View file @
a823d6cd
...
...
@@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0
#
# Parts of this code are from torchvision (https://github.com/pytorch/vision) licensed under
# SPDX-FileCopyrightText: Soumith Chintala
2016
# SPDX-FileCopyrightText:
2016
Soumith Chintala
# SPDX-License-Identifier: BSD-3-Clause
...
...
nndet/csrc/cpu/nms.cpp
View file @
a823d6cd
...
...
@@ -3,7 +3,7 @@
// SPDX-License-Identifier: Apache-2.0
//
// Parts of this code are from torchvision licensed under
// SPDX-FileCopyrightText: Soumith Chintala
2016
// SPDX-FileCopyrightText:
2016
Soumith Chintala
// SPDX-License-Identifier: BSD-3-Clause
/* adopted from
...
...
nndet/csrc/cuda/cuda_helpers.h
View file @
a823d6cd
// Parts of this code are from torchvision licensed under
// SPDX-FileCopyrightText: Soumith Chintala
2016
// SPDX-FileCopyrightText:
2016
Soumith Chintala
// SPDX-License-Identifier: BSD-3-Clause
#pragma once
...
...
nndet/csrc/cuda/nms.cu
View file @
a823d6cd
...
...
@@ -3,7 +3,7 @@
// SPDX-License-Identifier: Apache-2.0
//
// Parts of this code are from torchvision licensed under
// SPDX-FileCopyrightText: Soumith Chintala
2016
// SPDX-FileCopyrightText:
2016
Soumith Chintala
// SPDX-License-Identifier: BSD-3-Clause
#include <torch/extension.h>
...
...
nndet/csrc/ops.cpp
View file @
a823d6cd
...
...
@@ -3,7 +3,7 @@
// SPDX-License-Identifier: Apache-2.0
//
// Parts of this code are from torchvision licensed under
// SPDX-FileCopyrightText: Soumith Chintala
2016
// SPDX-FileCopyrightText:
2016
Soumith Chintala
// SPDX-License-Identifier: BSD-3-Clause
...
...
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