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

FasterRCNN and ROIAlign are Non-Functional in Master #2449

Open
VarunS1997 opened this issue May 23, 2024 · 1 comment
Open

FasterRCNN and ROIAlign are Non-Functional in Master #2449

VarunS1997 opened this issue May 23, 2024 · 1 comment
Assignees

Comments

@VarunS1997
Copy link
Collaborator

Current Behavior:

While investigating #2388, I learned that the current tests for FasterRCNN all fail. Further, the functionality of ROIAlign doesn't appear to be working as is. Further, ROIAlign may be ready for deletion as per TODO.

Expected Behavior:

Tests for FasterRCNN as well as a basic usage of ROIAlign should both work.

Steps To Reproduce:

Run FasterRCNN tests

Version:

HEAD

Anything else:

N/A

@sineeli
Copy link
Contributor

sineeli commented Jun 12, 2024

@VarunS1997

Seems to be ops.take missing axis argument in ROIAlign code so tried it and it seems to be working as expected.

Compared same with Tensorflow Model Garden as the pipelines of MaskRCNN and FasterRCNN are stable in TFM.

Tested gist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants