How to visualize and save the segmentation results
seabearlmx opened this issue · 1 comments
seabearlmx commented
Hello, how to visualize and save the segmentation results?
w1oves commented
- 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. Setformat_only=True
andoutput_dir=\path\to\your
intest_evaluator
. - Detailed instructions can be found at this link.