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

Make 'ROIAlign' & 'ROIAlignV2' version of ROIPooler scriptable. #1835

Closed

Conversation

chenbohua3
Copy link
Contributor

No description provided.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jul 29, 2020
@@ -47,7 +60,14 @@ def assign_boxes_to_levels(
return level_assignments.to(torch.int64) - min_level


def convert_boxes_to_pooler_format(box_lists):
def _fmt_box_list(box_tensor, batch_index: int):
Copy link
Contributor Author

@chenbohua3 chenbohua3 Jul 29, 2020

Choose a reason for hiding this comment

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

do we need to move codes in this function to convert_boxes_to_pooler_format?

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@ppwwyyxx has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@ppwwyyxx merged this pull request in be792b9.

@chenbohua3 chenbohua3 deleted the roi_pooler branch August 4, 2020 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants