Skip to content

add feature pyramid network (FPN) for detection#4342

Merged
wyli merged 23 commits into
Project-MONAI:devfrom
Can-Zhao:fpn
May 26, 2022
Merged

add feature pyramid network (FPN) for detection#4342
wyli merged 23 commits into
Project-MONAI:devfrom
Can-Zhao:fpn

Conversation

@Can-Zhao

@Can-Zhao Can-Zhao commented May 25, 2022

Copy link
Copy Markdown
Collaborator

Signed-off-by: Can Zhao canz@nvidia.com

Fixes #4341 .

Description

add feature pyramid network (FPN) for detection

Status

Ready/Work in progress/Hold

Types of changes

  • Non-breaking change (fix or new feature that would not break existing functionality).
  • Breaking change (fix or new feature that would cause existing functionality to change).
  • New tests added to cover the changes.
  • Integration tests passed locally by running ./runtests.sh -f -u --net --coverage.
  • Quick tests passed locally by running ./runtests.sh --quick --unittests --disttests.
  • In-line docstrings updated.
  • Documentation updated, tested make html command in the docs/ folder.

Signed-off-by: Can Zhao <canz@nvidia.com>
pre-commit-ci Bot and others added 2 commits May 25, 2022 05:59
Signed-off-by: Can Zhao <canz@nvidia.com>
@Can-Zhao Can-Zhao marked this pull request as ready for review May 25, 2022 06:05
Can-Zhao and others added 8 commits May 25, 2022 02:08
Signed-off-by: Can Zhao <canz@nvidia.com>
Signed-off-by: Can Zhao <canz@nvidia.com>
Signed-off-by: Can Zhao <canz@nvidia.com>
Signed-off-by: Can Zhao <canz@nvidia.com>
Signed-off-by: Can Zhao <canz@nvidia.com>
Signed-off-by: Can Zhao <canz@nvidia.com>
@Nic-Ma

Nic-Ma commented May 25, 2022

Copy link
Copy Markdown
Contributor

Hi @Can-Zhao ,

Please import torchvision as optional import, refer to:
https://github.com/Project-MONAI/MONAI/blob/dev/monai/networks/nets/torchvision_fc.py#L17

Thanks.

Can-Zhao and others added 4 commits May 25, 2022 11:37
Signed-off-by: Can Zhao <canz@nvidia.com>
Signed-off-by: Can Zhao <canz@nvidia.com>
@Can-Zhao

Copy link
Copy Markdown
Collaborator Author

Hi @Can-Zhao ,

Please import torchvision as optional import, refer to: https://github.com/Project-MONAI/MONAI/blob/dev/monai/networks/nets/torchvision_fc.py#L17

Thanks.

Thank you! Done

Can-Zhao and others added 5 commits May 25, 2022 12:45
Signed-off-by: Can Zhao <canz@nvidia.com>
Signed-off-by: Can Zhao <canz@nvidia.com>
Signed-off-by: Can Zhao <canz@nvidia.com>
Signed-off-by: Can Zhao <canz@nvidia.com>
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
Signed-off-by: Wenqi Li <wenqil@nvidia.com>

@wyli wyli left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

backbone adapted from torchvision with 2d/3d support

Can-Zhao and others added 2 commits May 26, 2022 11:35
Signed-off-by: Can Zhao <canz@nvidia.com>
@wyli

wyli commented May 26, 2022

Copy link
Copy Markdown
Contributor

/build

@wyli wyli enabled auto-merge (squash) May 26, 2022 16:35
@wyli wyli merged commit a5ca749 into Project-MONAI:dev May 26, 2022
@Can-Zhao Can-Zhao deleted the fpn branch May 26, 2022 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add feature pyramid network for detection

3 participants