Skip to content

add feature pyramid network (FPN) for detection#4342

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

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

Conversation

@Can-Zhao
Copy link
Copy Markdown
Collaborator

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

Signed-off-by: Can Zhao [email protected]

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 <[email protected]>
@Can-Zhao Can-Zhao marked this pull request as ready for review May 25, 2022 06:05
@Nic-Ma
Copy link
Copy Markdown
Contributor

Nic-Ma commented May 25, 2022

@Can-Zhao
Copy link
Copy Markdown
Collaborator Author

Can-Zhao and others added 5 commits May 25, 2022 12:45
Signed-off-by: Can Zhao <[email protected]>
Signed-off-by: Can Zhao <[email protected]>
Signed-off-by: Can Zhao <[email protected]>
Signed-off-by: Can Zhao <[email protected]>
Signed-off-by: Wenqi Li <[email protected]>
Signed-off-by: Wenqi Li <[email protected]>
Copy link
Copy Markdown
Contributor

@wyli wyli left a comment

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

@wyli
Copy link
Copy Markdown
Contributor

wyli commented May 26, 2022

/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