diff --git a/spatialyze/database.py b/spatialyze/database.py index 1b35ca6..911aa4f 100644 --- a/spatialyze/database.py +++ b/spatialyze/database.py @@ -119,7 +119,7 @@ def reset(self, commit=True): self._create_camera_table(commit) self._create_item_trajectory_table(commit) self._create_item_detection_table(commit) - self._create_general_bbox_table(commit) + # self._create_general_bbox_table(commit) self._create_metadata_table(commit) self._create_index(commit)