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

[MaskRCNN bug] make_data_loader() method should only return data_loaders[0] when training #670

Closed
Xiao-Yamin opened this issue Jul 10, 2023 · 1 comment

Comments

@Xiao-Yamin
Copy link

Xiao-Yamin commented Jul 10, 2023

Question:
The following error is reported when training MaskRCNN:
image

Solution:
In training\object_detection\pytorch\maskrcnn_benchmark\data\build.py, make_data_loader() method should only return data_loaders[0] when training, but now it returns data_loaders[0] and iterations_per_epoch to report this error.
image

@ShriyaPalsamudram
Copy link
Contributor

Sorry but the maskrcnn benchmark is dropped from the training benchmarks suite so this issue cannot be addressed at this time.

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

2 participants