Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add RetinaNet network #4378

Merged
merged 25 commits into from
May 30, 2022
Merged

add RetinaNet network #4378

merged 25 commits into from
May 30, 2022

Conversation

Can-Zhao
Copy link
Collaborator

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

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

Fixes #4383.
add retinanet

Description

add retinanet networks

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.

Can-Zhao and others added 2 commits May 28, 2022 14:44
Signed-off-by: Can Zhao <canz@nvidia.com>
@Can-Zhao Can-Zhao added this to the Detection module [P0] milestone May 28, 2022
@Can-Zhao Can-Zhao changed the title add retinanet add RetinaNet network May 28, 2022
Can-Zhao added 4 commits May 28, 2022 15:33
Signed-off-by: Can Zhao <canz@nvidia.com>
Signed-off-by: Can Zhao <canz@nvidia.com>
Signed-off-by: Can Zhao <canz@nvidia.com>
@Can-Zhao
Copy link
Collaborator Author

/black

Can-Zhao added 4 commits May 28, 2022 16:01
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>
@Can-Zhao Can-Zhao marked this pull request as ready for review May 28, 2022 21:48
@Can-Zhao Can-Zhao requested review from Nic-Ma and wyli May 29, 2022 03:28
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
@wyli wyli force-pushed the detection_retinanet branch from 664ef0b to 5c3ecc3 Compare May 29, 2022 12:21
Can-Zhao added 4 commits May 29, 2022 10:52
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>
Copy link
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.

New net arch with 2/3d support, torchscript support not tested.

@wyli
Copy link
Contributor

wyli commented May 29, 2022

/build

@wyli wyli enabled auto-merge (squash) May 29, 2022 18:20
@Nic-Ma Nic-Ma disabled auto-merge May 30, 2022 06:18
Copy link
Contributor

@Nic-Ma Nic-Ma left a comment

Choose a reason for hiding this comment

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

It overall looks good to me.
Put some minor comments inline.
I will disable the auto-merge for a while.

Thanks.

tests/test_retinanet.py Show resolved Hide resolved
monai/apps/detection/networks/retinanet_network.py Outdated Show resolved Hide resolved
Can-Zhao added 4 commits May 30, 2022 05:24
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>
@Can-Zhao
Copy link
Collaborator Author

New net arch with 2/3d support, torchscript support not tested.

torchscript support has been tested now

Signed-off-by: Can Zhao <canz@nvidia.com>
tests/test_retinanet.py Outdated Show resolved Hide resolved
Can-Zhao and others added 2 commits May 30, 2022 06:16
Signed-off-by: Can Zhao <canz@nvidia.com>
@wyli
Copy link
Contributor

wyli commented May 30, 2022

/build

@wyli wyli enabled auto-merge (squash) May 30, 2022 15:22
@wyli wyli merged commit 9133e35 into Project-MONAI:dev May 30, 2022
@Can-Zhao Can-Zhao deleted the detection_retinanet branch May 30, 2022 18:09
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 RetinaNet network
3 participants