Skip to content
Snippets Groups Projects
Commit 910d7fef authored by Michael Langguth's avatar Michael Langguth
Browse files

Rename plotting.py to postprocess_plotting.py and make adaptions to main_visualize_postprocess.py.

parent 38676174
No related branches found
No related tags found
No related merge requests found
Pipeline #68701 passed
...@@ -25,7 +25,7 @@ from main_scripts.main_train_models import * ...@@ -25,7 +25,7 @@ from main_scripts.main_train_models import *
from data_preprocess.preprocess_data_step2 import * from data_preprocess.preprocess_data_step2 import *
from model_modules.video_prediction import datasets, models, metrics from model_modules.video_prediction import datasets, models, metrics
from statistical_evaluation import perform_block_bootstrap_metric, avg_metrics, Scores from statistical_evaluation import perform_block_bootstrap_metric, avg_metrics, Scores
from plotting import plot_avg_eval_metrics, create_geo_contour_plot from postprocess_plotting import plot_avg_eval_metrics, create_geo_contour_plot
class Postprocess(TrainModel): class Postprocess(TrainModel):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment