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] when MaskRCNN saves checkpoint after training, an error is reported #671

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

Comments

@Xiao-Yamin
Copy link

Question:
When MaskRCNN saves checkpoint after training, this variable arguments["save_checkpoints"] is used, but no value is assigned to it.
image

Solution:
In training\object_detection\pytorch\tools\train_net.py,add the following code:
arguments["save_checkpoints"] = cfg.SAVE_CHECKPOINTS

@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