w1oves/Rein

How to visualize and save the segmentation results

seabearlmx opened this issue · 1 comments

Hello, how to visualize and save the segmentation results?

  • 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.