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

Training parameters #12

Closed
nanle771 opened this issue Aug 29, 2023 · 2 comments
Closed

Training parameters #12

nanle771 opened this issue Aug 29, 2023 · 2 comments

Comments

@nanle771
Copy link

How can I replicate similar results on only one GPU? What parameters need to be modified?
Can I display only the segmentation mask (without categories and scores) when running the demo.py for visualization?
Thank you!

@zhang-tao-whu
Copy link
Owner

Perhaps you could decrease the learning rate and batch size while increasing the number of iterations accordingly. For example, BASE_LR: 0.0000125, IMS_PER_BATCH: 1, MAX_ITER: 160000, STEPS: (112000,).

@zhang-tao-whu
Copy link
Owner

If you want to hide the class and score, please modify the draw_instance_predictions function on line 50 of visualizer.py.

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