From ef4d419b20c49167b3d0a4d674de55b844a6f101 Mon Sep 17 00:00:00 2001 From: Bart Moyaers Date: Fri, 6 Dec 2019 11:54:32 +0100 Subject: [PATCH] fix unexisting import --- heatmap_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heatmap_test.py b/heatmap_test.py index 2c33894..83447ad 100644 --- a/heatmap_test.py +++ b/heatmap_test.py @@ -1,6 +1,6 @@ import cv2 from video_loader import VideoLoader -from background_heatmap import BackgroundHeatmap, BackgroundHeatmapFromGroup +from background_heatmap import BackgroundHeatmap import numpy as np