Skip to content

Commit 9eb513a

Browse files
authored
auto updates (Project-MONAI#5322)
Signed-off-by: monai-bot <monai.miccai2019@gmail.com> Signed-off-by: monai-bot <monai.miccai2019@gmail.com>
1 parent 16a0614 commit 9eb513a

File tree

130 files changed

+3
-149
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+3
-149
lines changed

monai/apps/auto3dseg/__main__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
# See the License for the specific language governing permissions and
1010
# limitations under the License.
1111

12-
1312
from monai.apps.auto3dseg.auto_runner import AutoRunner
1413
from monai.apps.auto3dseg.bundle_gen import BundleAlgo, BundleGen
1514
from monai.apps.auto3dseg.data_analyzer import DataAnalyzer

monai/apps/auto3dseg/ensemble_builder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
# See the License for the specific language governing permissions and
1010
# limitations under the License.
1111

12-
1312
import json
1413
import os
1514
from abc import ABC, abstractmethod

monai/apps/deepedit/transforms.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828

2929
logger = logging.getLogger(__name__)
3030

31-
3231
distance_transform_cdt, _ = optional_import("scipy.ndimage.morphology", name="distance_transform_cdt")
3332

3433

monai/apps/detection/metrics/coco.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
# The views and conclusions contained in the software and documentation are those
5757
# of the authors and should not be interpreted as representing official policies,
5858
# either expressed or implied, of the FreeBSD Project.
59-
6059
"""
6160
This script is almost same with https://github.com/MIC-DKFZ/nnDetection/blob/main/nndet/evaluator/detection/coco.py
6261
The changes include 1) code reformatting, 2) docstrings.

monai/apps/detection/metrics/matching.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
# The views and conclusions contained in the software and documentation are those
5757
# of the authors and should not be interpreted as representing official policies,
5858
# either expressed or implied, of the FreeBSD Project.
59-
6059
"""
6160
This script is almost same with https://github.com/MIC-DKFZ/nnDetection/blob/main/nndet/evaluator/detection/matching.py
6261
The changes include 1) code reformatting, 2) docstrings,

monai/apps/detection/networks/retinanet_detector.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
# * Neither the name of the copyright holder nor the names of its
3333
# contributors may be used to endorse or promote products derived from
3434
# this software without specific prior written permission.
35-
3635
"""
3736
Part of this script is adapted from
3837
https://github.com/pytorch/vision/blob/main/torchvision/models/detection/retinanet.py

monai/apps/detection/networks/retinanet_network.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
# * Neither the name of the copyright holder nor the names of its
3333
# contributors may be used to endorse or promote products derived from
3434
# this software without specific prior written permission.
35-
3635
"""
3736
Part of this script is adapted from
3837
https://github.com/pytorch/vision/blob/main/torchvision/models/detection/retinanet.py

monai/apps/detection/utils/ATSS_matcher.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
6060
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
6161
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
62-
6362
"""
6463
The functions in this script are adapted from nnDetection,
6564
https://github.com/MIC-DKFZ/nnDetection/blob/main/nndet/core/boxes/matcher.py

monai/apps/detection/utils/anchor_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
# * Neither the name of the copyright holder nor the names of its
3333
# contributors may be used to endorse or promote products derived from
3434
# this software without specific prior written permission.
35-
3635
"""
3736
This script is adapted from
3837
https://github.com/pytorch/vision/blob/release/0.12/torchvision/models/detection/anchor_utils.py

monai/apps/detection/utils/box_coder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
4444
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4545
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
46-
4746
"""
4847
This script is modified from torchvision to support N-D images,
4948

0 commit comments

Comments
 (0)