Skip to content
/ vis_tool Public

visualize exeprimental results for image computing researches

Notifications You must be signed in to change notification settings

taigw/vis_tool

Repository files navigation

vis_tool

Python scripts to visualize exeprimental results for image computing researches

Functions:

1, Visualize a segmentation result compared with the ground truth.

python show_segmentation_contour.py

In this example, the ground truth is shown in yellow color and the segmentation is shown with green color.

2, Use boxplot to compare the performance of different methods on a set of data.

python show_boxplot.py

3, Use seaborn to show boxplot.

python show_boxplot_seaborn.py

4, Fuse a heatmap with an image

python show_fused_heatmap.py

5, Show forest plot of logitic regression

python show_forest_plot.py

About

visualize exeprimental results for image computing researches

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages