fix unexisting import

This commit is contained in:
Bart Moyaers
2019-12-06 11:54:32 +01:00
parent e2c7974f8a
commit ef4d419b20

View File

@@ -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