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

How to visualize and save the segmentation results #22

Closed
seabearlmx opened this issue Apr 5, 2024 · 1 comment
Closed

How to visualize and save the segmentation results #22

seabearlmx opened this issue Apr 5, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@seabearlmx
Copy link

Hello, how to visualize and save the segmentation results?

@w1oves
Copy link
Owner

w1oves commented Apr 6, 2024

  • Visualization: To visualize, use tools/test.py with the --show option.
  • Saving Color Map: Save the color map by running tools/test.py with the --show-dir option.
  • Saving Label Map for Submission: Use tools/test.py to save the label map for submission. Set format_only=True and output_dir=\path\to\your in test_evaluator.
  • Detailed instructions can be found at this link.

@w1oves w1oves closed this as completed Apr 6, 2024
@w1oves w1oves added the documentation Improvements or additions to documentation label Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants